Html Css Color HEX #CC0502 Free Speech Red

📋 copy color: '#CC0502'

red 204 ◦ green 5 ◦ blue 2

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

Shades of Free Speech Red #CC0502

Tints of Free Speech Red #CC0502

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.37%

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

R = 96.68%
G = 2.37%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CC0502 (or 0xCC0502) is known color: Free Speech Red. HEX triplet: CC, 05 and 02. RGB value is (204,5,2). Sum of RGB (Red+Green+Blue) = 204+5+2=211 (27% of max value = 765). Red value is 204 (80.08% from 255 or 96.68% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 2 (1.17% from 255 or 0.95% from 211); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0502 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0502 is #33FAFD. Grayscale: #404040. Windows color (decimal): -3406590 or 132556. OLE color: 132556.

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

Color convert

RGB 204 5 2 -
CMYK 0 0.98 0.99 0.2
HSL 0.89º 0.98% 0.4% -
HSV(B) 0.89º 0.99% 0.8% -
XYZ 24.97 12.95 1.24 -
YUV 64.16 92.93 227.74 -
System Red Green Blue C M Y K H S L
Decimal 204 5 2 0 0.98 0.99 0.2 0.89 0.98 0.4
Hex CC 5 2 0 62 63 14 1 62 28
Octal 314 5 2 0 142 143 24 1 142 50
Binary 11001100 101 10 0 1100010 1100011 10100 1 1100010 101000

Color Harmonies of #CC0502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0502

Black with #CC0502

Text Example


Text Example

White with #CC0502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0502; }

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

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

background-color css

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

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

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

border-color css

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

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

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