Html Css Color HEX #CC1A02 Free Speech Red

📋 copy color: '#CC1A02'

red 204 ◦ green 26 ◦ blue 2

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

Shades of Free Speech Red #CC1A02

Tints of Free Speech Red #CC1A02

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.21%

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

R = 87.93%
G = 11.21%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CC1A02 (or 0xCC1A02) is known color: Free Speech Red. HEX triplet: CC, 1A and 02. RGB value is (204,26,2). Sum of RGB (Red+Green+Blue) = 204+26+2=232 (30% of max value = 765). Red value is 204 (80.08% from 255 or 87.93% from 232); Green value is 26 (10.55% from 255 or 11.21% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1A02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC1A02 is #33E5FD. Grayscale: #4C4C4C. Windows color (decimal): -3401214 or 137932. OLE color: 137932.

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

Color convert

RGB 204 26 2 -
CMYK 0 0.87 0.99 0.2
HSL 7.13º 0.98% 0.4% -
HSV(B) 7.13º 0.99% 0.8% -
XYZ 25.28 13.58 1.35 -
YUV 76.49 85.97 218.95 -
System Red Green Blue C M Y K H S L
Decimal 204 26 2 0 0.87 0.99 0.2 7.13 0.98 0.4
Hex CC 1A 2 0 57 63 14 7 62 28
Octal 314 32 2 0 127 143 24 7 142 50
Binary 11001100 11010 10 0 1010111 1100011 10100 111 1100010 101000

Color Harmonies of #CC1A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1A02

Black with #CC1A02

Text Example


Text Example

White with #CC1A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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