Html Css Color HEX #CC120D Free Speech Red

📋 copy color: '#CC120D'

red 204 ◦ green 18 ◦ blue 13

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

Shades of Free Speech Red #CC120D

Tints of Free Speech Red #CC120D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.53%

R = 86.81%
G = 7.66%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CC120D (or 0xCC120D) is known color: Free Speech Red. HEX triplet: CC, 12 and 0D. RGB value is (204,18,13). Sum of RGB (Red+Green+Blue) = 204+18+13=235 (31% of max value = 765). Red value is 204 (80.08% from 255 or 86.81% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 13 (5.47% from 255 or 5.53% from 235); Max value from RGB is 204 - color contains mainly: red. Hex color #CC120D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC120D is #33EDF2. Grayscale: #494949. Windows color (decimal): -3403251 or 856780. OLE color: 856780.

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

Color convert

RGB 204 18 13 -
CMYK 0 0.91 0.94 0.2
HSL 1.57º 0.88% 0.43% -
HSV(B) 1.57º 0.94% 0.8% -
XYZ 25.19 13.3 1.62 -
YUV 73.04 94.12 221.41 -
System Red Green Blue C M Y K H S L
Decimal 204 18 13 0 0.91 0.94 0.2 1.57 0.88 0.43
Hex CC 12 D 0 5B 5E 14 2 58 2B
Octal 314 22 15 0 133 136 24 2 130 53
Binary 11001100 10010 1101 0 1011011 1011110 10100 10 1011000 101011

Color Harmonies of #CC120D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC120D

Black with #CC120D

Text Example


Text Example

White with #CC120D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC120D; }

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

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

background-color css

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

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

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

border-color css

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

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

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