Html Css Color HEX #CC0E06 Free Speech Red

📋 copy color: '#CC0E06'

red 204 ◦ green 14 ◦ blue 6

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

Shades of Free Speech Red #CC0E06

Tints of Free Speech Red #CC0E06

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.25%

 BLUE value IS 6 (2.73% from 255) = 2.68%

R = 91.07%
G = 6.25%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#CC0E06 (or 0xCC0E06) is known color: Free Speech Red. HEX triplet: CC, 0E and 06. RGB value is (204,14,6). Sum of RGB (Red+Green+Blue) = 204+14+6=224 (29% of max value = 765). Red value is 204 (80.08% from 255 or 91.07% from 224); Green value is 14 (5.86% from 255 or 6.25% from 224); Blue value is 6 (2.73% from 255 or 2.68% from 224); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0E06 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0E06 is #33F1F9. Grayscale: #464646. Windows color (decimal): -3404282 or 397004. OLE color: 397004.

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

Color convert

RGB 204 14 6 -
CMYK 0 0.93 0.97 0.2
HSL 2.42º 0.94% 0.41% -
HSV(B) 2.42º 0.97% 0.8% -
XYZ 25.09 13.16 1.39 -
YUV 69.9 91.95 223.65 -
System Red Green Blue C M Y K H S L
Decimal 204 14 6 0 0.93 0.97 0.2 2.42 0.94 0.41
Hex CC E 6 0 5D 61 14 2 5E 29
Octal 314 16 6 0 135 141 24 2 136 51
Binary 11001100 1110 110 0 1011101 1100001 10100 10 1011110 101001

Color Harmonies of #CC0E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0E06

Black with #CC0E06

Text Example


Text Example

White with #CC0E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0E06; }

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

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

background-color css

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

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

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

border-color css

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

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

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