Html Css Color HEX #CC1612 Free Speech Red

📋 copy color: '#CC1612'

red 204 ◦ green 22 ◦ blue 18

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

Shades of Free Speech Red #CC1612

Tints of Free Speech Red #CC1612

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.02%

 BLUE value IS 18 (7.42% from 255) = 7.38%

R = 83.61%
G = 9.02%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CC1612 (or 0xCC1612) is known color: Free Speech Red. HEX triplet: CC, 16 and 12. RGB value is (204,22,18). Sum of RGB (Red+Green+Blue) = 204+22+18=244 (32% of max value = 765). Red value is 204 (80.08% from 255 or 83.61% from 244); Green value is 22 (8.98% from 255 or 9.02% from 244); Blue value is 18 (7.42% from 255 or 7.38% from 244); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1612 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1612 is #33E9ED. Grayscale: #4C4C4C. Windows color (decimal): -3402222 or 1185484. OLE color: 1185484.

HSL color Cylindrical-coordinate representation of color #CC1612: hue angle of 1.29º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC1612 is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 22 18 -
CMYK 0 0.89 0.91 0.2
HSL 1.29º 0.84% 0.44% -
HSV(B) 1.29º 0.91% 0.8% -
XYZ 25.3 13.45 1.84 -
YUV 75.96 95.3 219.33 -
System Red Green Blue C M Y K H S L
Decimal 204 22 18 0 0.89 0.91 0.2 1.29 0.84 0.44
Hex CC 16 12 0 59 5B 14 1 54 2C
Octal 314 26 22 0 131 133 24 1 124 54
Binary 11001100 10110 10010 0 1011001 1011011 10100 1 1010100 101100

Color Harmonies of #CC1612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1612

Black with #CC1612

Text Example


Text Example

White with #CC1612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1612; }

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

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

background-color css

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

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

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

border-color css

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

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

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