Html Css Color HEX #CC0902 Free Speech Red

📋 copy color: '#CC0902'

red 204 ◦ green 9 ◦ blue 2

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

Shades of Free Speech Red #CC0902

Tints of Free Speech Red #CC0902

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.19%

 BLUE value IS 2 (1.17% from 255) = 0.93%

R = 94.88%
G = 4.19%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CC0902 (or 0xCC0902) is known color: Free Speech Red. HEX triplet: CC, 09 and 02. RGB value is (204,9,2). Sum of RGB (Red+Green+Blue) = 204+9+2=215 (28% of max value = 765). Red value is 204 (80.08% from 255 or 94.88% from 215); Green value is 9 (3.91% from 255 or 4.19% from 215); Blue value is 2 (1.17% from 255 or 0.93% from 215); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0902 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0902 is #33F6FD. Grayscale: #424242. Windows color (decimal): -3405566 or 133580. OLE color: 133580.

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

Color convert

RGB 204 9 2 -
CMYK 0 0.96 0.99 0.2
HSL 2.08º 0.98% 0.4% -
HSV(B) 2.08º 0.99% 0.8% -
XYZ 25.01 13.04 1.26 -
YUV 66.51 91.6 226.07 -
System Red Green Blue C M Y K H S L
Decimal 204 9 2 0 0.96 0.99 0.2 2.08 0.98 0.4
Hex CC 9 2 0 60 63 14 2 62 28
Octal 314 11 2 0 140 143 24 2 142 50
Binary 11001100 1001 10 0 1100000 1100011 10100 10 1100010 101000

Color Harmonies of #CC0902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0902

Black with #CC0902

Text Example


Text Example

White with #CC0902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0902; }

 p { color: rgb(204,9,2); }

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

background-color css

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

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

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

border-color css

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

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

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