Html Css Color HEX #CC1202 Free Speech Red

📋 copy color: '#CC1202'

red 204 ◦ green 18 ◦ blue 2

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

Shades of Free Speech Red #CC1202

Tints of Free Speech Red #CC1202

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.04%

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

R = 91.07%
G = 8.04%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CC1202 (or 0xCC1202) is known color: Free Speech Red. HEX triplet: CC, 12 and 02. RGB value is (204,18,2). Sum of RGB (Red+Green+Blue) = 204+18+2=224 (29% of max value = 765). Red value is 204 (80.08% from 255 or 91.07% from 224); Green value is 18 (7.42% from 255 or 8.04% from 224); Blue value is 2 (1.17% from 255 or 0.89% from 224); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1202 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1202 is #33EDFD. Grayscale: #484848. Windows color (decimal): -3403262 or 135884. OLE color: 135884.

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

Color convert

RGB 204 18 2 -
CMYK 0 0.91 0.99 0.2
HSL 4.75º 0.98% 0.4% -
HSV(B) 4.75º 0.99% 0.8% -
XYZ 25.13 13.27 1.3 -
YUV 71.79 88.62 222.3 -
System Red Green Blue C M Y K H S L
Decimal 204 18 2 0 0.91 0.99 0.2 4.75 0.98 0.4
Hex CC 12 2 0 5B 63 14 5 62 28
Octal 314 22 2 0 133 143 24 5 142 50
Binary 11001100 10010 10 0 1011011 1100011 10100 101 1100010 101000

Color Harmonies of #CC1202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1202

Black with #CC1202

Text Example


Text Example

White with #CC1202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1202; }

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

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

background-color css

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

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

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

border-color css

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

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

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