Html Css Color HEX #CC1002 Free Speech Red

📋 copy color: '#CC1002'

red 204 ◦ green 16 ◦ blue 2

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

Shades of Free Speech Red #CC1002

Tints of Free Speech Red #CC1002

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.21%

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

R = 91.89%
G = 7.21%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CC1002 (or 0xCC1002) is known color: Free Speech Red. HEX triplet: CC, 10 and 02. RGB value is (204,16,2). Sum of RGB (Red+Green+Blue) = 204+16+2=222 (29% of max value = 765). Red value is 204 (80.08% from 255 or 91.89% from 222); Green value is 16 (6.64% from 255 or 7.21% from 222); Blue value is 2 (1.17% from 255 or 0.90% from 222); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1002 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1002 is #33EFFD. Grayscale: #464646. Windows color (decimal): -3403774 or 135372. OLE color: 135372.

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

Color convert

RGB 204 16 2 -
CMYK 0 0.92 0.99 0.2
HSL 4.16º 0.98% 0.4% -
HSV(B) 4.16º 0.99% 0.8% -
XYZ 25.1 13.21 1.28 -
YUV 70.62 89.28 223.14 -
System Red Green Blue C M Y K H S L
Decimal 204 16 2 0 0.92 0.99 0.2 4.16 0.98 0.4
Hex CC 10 2 0 5C 63 14 4 62 28
Octal 314 20 2 0 134 143 24 4 142 50
Binary 11001100 10000 10 0 1011100 1100011 10100 100 1100010 101000

Color Harmonies of #CC1002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1002

Black with #CC1002

Text Example


Text Example

White with #CC1002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1002; }

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

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

background-color css

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

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

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

border-color css

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

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

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