Html Css Color HEX #CC1412 Free Speech Red

📋 copy color: '#CC1412'

red 204 ◦ green 20 ◦ blue 18

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

Shades of Free Speech Red #CC1412

Tints of Free Speech Red #CC1412

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.26%

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

R = 84.3%
G = 8.26%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CC1412 (or 0xCC1412) is known color: Free Speech Red. HEX triplet: CC, 14 and 12. RGB value is (204,20,18). Sum of RGB (Red+Green+Blue) = 204+20+18=242 (32% of max value = 765). Red value is 204 (80.08% from 255 or 84.30% from 242); Green value is 20 (8.20% from 255 or 8.26% from 242); Blue value is 18 (7.42% from 255 or 7.44% from 242); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1412 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1412 is #33EBED. Grayscale: #4A4A4A. Windows color (decimal): -3402734 or 1184972. OLE color: 1184972.

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

Color convert

RGB 204 20 18 -
CMYK 0 0.90 0.91 0.2
HSL 0.65º 0.84% 0.44% -
HSV(B) 0.65º 0.91% 0.8% -
XYZ 25.26 13.38 1.82 -
YUV 74.79 95.96 220.16 -
System Red Green Blue C M Y K H S L
Decimal 204 20 18 0 0.90 0.91 0.2 0.65 0.84 0.44
Hex CC 14 12 0 5A 5B 14 1 54 2C
Octal 314 24 22 0 132 133 24 1 124 54
Binary 11001100 10100 10010 0 1011010 1011011 10100 1 1010100 101100

Color Harmonies of #CC1412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1412

Black with #CC1412

Text Example


Text Example

White with #CC1412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1412; }

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

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

background-color css

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

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

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

border-color css

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

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

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