Html Css Color HEX #CC0600 Free Speech Red

📋 copy color: '#CC0600'

red 204 ◦ green 6 ◦ blue 0

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

Shades of Free Speech Red #CC0600

Tints of Free Speech Red #CC0600

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.86%

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

R = 97.14%
G = 2.86%
B = 0%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1

 K value IS 0.2

RGB Variations

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

Color information

#CC0600 (or 0xCC0600) is known color: Free Speech Red. HEX triplet: CC, 06 and 00. RGB value is (204,6,0). Sum of RGB (Red+Green+Blue) = 204+6+0=210 (27% of max value = 765). Red value is 204 (80.08% from 255 or 97.14% from 210); Green value is 6 (2.73% from 255 or 2.86% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0600 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0600 is #33F9FF. Grayscale: #404040. Windows color (decimal): -3406336 or 1740. OLE color: 1740.

HSL color Cylindrical-coordinate representation of color #CC0600: hue angle of 1.76º 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 #CC0600 is Cyan = 0, Magento = 0.97, Yellow = 1 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 6 0 -
CMYK 0 0.97 1 0.2
HSL 1.76º 1% 0.4% -
HSV(B) 1.76º 1% 0.8% -
XYZ 24.97 12.97 1.19 -
YUV 64.52 91.6 227.49 -
System Red Green Blue C M Y K H S L
Decimal 204 6 0 0 0.97 1 0.2 1.76 1 0.4
Hex CC 6 0 0 61 64 14 2 64 28
Octal 314 6 0 0 141 144 24 2 144 50
Binary 11001100 110 0 0 1100001 1100100 10100 10 1100100 101000

Color Harmonies of #CC0600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0600

Black with #CC0600

Text Example


Text Example

White with #CC0600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0600; }

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

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

background-color css

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

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

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

border-color css

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

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

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