Html Css Color HEX #CC0F08 Free Speech Red

📋 copy color: '#CC0F08'

red 204 ◦ green 15 ◦ blue 8

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

Shades of Free Speech Red #CC0F08

Tints of Free Speech Red #CC0F08

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.61%

 BLUE value IS 8 (3.52% from 255) = 3.52%

R = 89.87%
G = 6.61%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CC0F08 (or 0xCC0F08) is known color: Free Speech Red. HEX triplet: CC, 0F and 08. RGB value is (204,15,8). Sum of RGB (Red+Green+Blue) = 204+15+8=227 (30% of max value = 765). Red value is 204 (80.08% from 255 or 89.87% from 227); Green value is 15 (6.25% from 255 or 6.61% from 227); Blue value is 8 (3.52% from 255 or 3.52% from 227); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0F08 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0F08 is #33F0F7. Grayscale: #464646. Windows color (decimal): -3404024 or 528332. OLE color: 528332.

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

Color convert

RGB 204 15 8 -
CMYK 0 0.93 0.96 0.2
HSL 2.14º 0.92% 0.42% -
HSV(B) 2.14º 0.96% 0.8% -
XYZ 25.12 13.2 1.45 -
YUV 70.71 92.62 223.07 -
System Red Green Blue C M Y K H S L
Decimal 204 15 8 0 0.93 0.96 0.2 2.14 0.92 0.42
Hex CC F 8 0 5D 60 14 2 5C 2A
Octal 314 17 10 0 135 140 24 2 134 52
Binary 11001100 1111 1000 0 1011101 1100000 10100 10 1011100 101010

Color Harmonies of #CC0F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0F08

Black with #CC0F08

Text Example


Text Example

White with #CC0F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0F08; }

 p { color: rgb(204,15,8); }

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

background-color css

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

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

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

border-color css

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

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

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