Html Css Color HEX #CC1210 Free Speech Red

📋 copy color: '#CC1210'

red 204 ◦ green 18 ◦ blue 16

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

Shades of Free Speech Red #CC1210

Tints of Free Speech Red #CC1210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.72%

R = 85.71%
G = 7.56%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CC1210 (or 0xCC1210) is known color: Free Speech Red. HEX triplet: CC, 12 and 10. RGB value is (204,18,16). Sum of RGB (Red+Green+Blue) = 204+18+16=238 (31% of max value = 765). Red value is 204 (80.08% from 255 or 85.71% from 238); Green value is 18 (7.42% from 255 or 7.56% from 238); Blue value is 16 (6.64% from 255 or 6.72% from 238); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1210 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1210 is #33EDEF. Grayscale: #494949. Windows color (decimal): -3403248 or 1053388. OLE color: 1053388.

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

Color convert

RGB 204 18 16 -
CMYK 0 0.91 0.92 0.2
HSL 0.64º 0.85% 0.43% -
HSV(B) 0.64º 0.92% 0.8% -
XYZ 25.21 13.31 1.73 -
YUV 73.39 95.62 221.16 -
System Red Green Blue C M Y K H S L
Decimal 204 18 16 0 0.91 0.92 0.2 0.64 0.85 0.43
Hex CC 12 10 0 5B 5C 14 1 55 2B
Octal 314 22 20 0 133 134 24 1 125 53
Binary 11001100 10010 10000 0 1011011 1011100 10100 1 1010101 101011

Color Harmonies of #CC1210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1210

Black with #CC1210

Text Example


Text Example

White with #CC1210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1210; }

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

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

background-color css

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

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

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

border-color css

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

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

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