Html Css Color HEX #CC0E05 Free Speech Red

📋 copy color: '#CC0E05'

red 204 ◦ green 14 ◦ blue 5

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

Shades of Free Speech Red #CC0E05

Tints of Free Speech Red #CC0E05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.24%

R = 91.48%
G = 6.28%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CC0E05 (or 0xCC0E05) is known color: Free Speech Red. HEX triplet: CC, 0E and 05. RGB value is (204,14,5). Sum of RGB (Red+Green+Blue) = 204+14+5=223 (29% of max value = 765). Red value is 204 (80.08% from 255 or 91.48% from 223); Green value is 14 (5.86% from 255 or 6.28% from 223); Blue value is 5 (2.34% from 255 or 2.24% from 223); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0E05 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0E05 is #33F1FA. Grayscale: #464646. Windows color (decimal): -3404283 or 331468. OLE color: 331468.

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

Color convert

RGB 204 14 5 -
CMYK 0 0.93 0.98 0.2
HSL 2.71º 0.95% 0.41% -
HSV(B) 2.71º 0.98% 0.8% -
XYZ 25.09 13.16 1.36 -
YUV 69.78 91.45 223.73 -
System Red Green Blue C M Y K H S L
Decimal 204 14 5 0 0.93 0.98 0.2 2.71 0.95 0.41
Hex CC E 5 0 5D 62 14 3 5F 29
Octal 314 16 5 0 135 142 24 3 137 51
Binary 11001100 1110 101 0 1011101 1100010 10100 11 1011111 101001

Color Harmonies of #CC0E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0E05

Black with #CC0E05

Text Example


Text Example

White with #CC0E05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0E05; }

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

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

background-color css

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

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

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

border-color css

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

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

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