Html Css Color HEX #CC0000 Free Speech Red

📋 copy color: '#CC0000'

red 204 ◦ green 0 ◦ blue 0

#CC0000
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Red #CC0000

Tints of Free Speech Red #CC0000

RGB

 RED value IS 204 (80.08% from 255) = 100%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 100%
G = 0%
B = 0%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 1

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CC0000 (or 0xCC0000) is known color: Free Speech Red. HEX triplet: CC, 00 and 00. RGB value is (204,0,0). Sum of RGB (Red+Green+Blue) = 204+0+0=204 (27% of max value = 765). Red value is 204 (80.08% from 255 or 100% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 0 (0.39% from 255 or 0% from 204); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0000 is a web safe color. Inversed color of #CC0000 is #33FFFF. Grayscale: #3D3D3D. Windows color (decimal): -3407872 or 204. OLE color: 204.

HSL color Cylindrical-coordinate representation of color #CC0000: hue angle of 0º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC0000 is Cyan = 0, Magento = 1, Yellow = 1 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 0 0 -
CMYK 0 1 1 0.2
HSL 1% 0.4% -
HSV(B) 1% 0.8% -
XYZ 24.9 12.84 1.17 -
YUV 61 93.59 230 -
System Red Green Blue C M Y K H S L
Decimal 204 0 0 0 1 1 0.2 0 1 0.4
Hex CC 0 0 0 64 64 14 0 64 28
Octal 314 0 0 0 144 144 24 0 144 50
Binary 11001100 0 0 0 1100100 1100100 10100 0 1100100 101000

Color Harmonies of #CC0000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0000

Black with #CC0000

Text Example


Text Example

White with #CC0000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0000; }

 p { color: rgb(204,0,0); }

 H1.HeaderClassName
 {
   color: #CC0000;
 }
 .AnyTagClassName
 {
   color: #CC0000;
 }
</style>

background-color css

<style>
 a { background-color: #CC0000; }

 a { background-color: rgb(204,0,0); }

 div.DivClassName
 {
   background-color: #CC0000;
 }
 .BgClassName
 {
   background-color: #CC0000;
 }
</style>

border-color css

<style>
 span { border-color: #CC0000; }

 span { border-color: rgb(204,0,0); }

 td.TdClassName
 {
   border-color: #CC0000;
 }
 .TagClassName
 {
   border-color: #CC0000;
 }
</style>