Html Css Color HEX #C0120D Free Speech Red

📋 copy color: '#C0120D'

red 192 ◦ green 18 ◦ blue 13

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

Shades of Free Speech Red #C0120D

Tints of Free Speech Red #C0120D

RGB

 RED value IS 192 (75.39% from 255) = 86.1%

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

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

R = 86.1%
G = 8.07%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#C0120D (or 0xC0120D) is known color: Free Speech Red. HEX triplet: C0, 12 and 0D. RGB value is (192,18,13). Sum of RGB (Red+Green+Blue) = 192+18+13=223 (29% of max value = 765). Red value is 192 (75.39% from 255 or 86.10% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 13 (5.47% from 255 or 5.83% from 223); Max value from RGB is 192 - color contains mainly: red. Hex color #C0120D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C0120D is #3FEDF2. Grayscale: #454545. Windows color (decimal): -4189683 or 856768. OLE color: 856768.

HSL color Cylindrical-coordinate representation of color #C0120D: hue angle of 1.68º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C0120D is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 18 13 -
CMYK 0 0.91 0.93 0.25
HSL 1.68º 0.87% 0.4% -
HSV(B) 1.68º 0.93% 0.75% -
XYZ 22.03 11.67 1.47 -
YUV 69.46 96.15 215.41 -
System Red Green Blue C M Y K H S L
Decimal 192 18 13 0 0.91 0.93 0.25 1.68 0.87 0.4
Hex C0 12 D 0 5B 5D 19 2 57 28
Octal 300 22 15 0 133 135 31 2 127 50
Binary 11000000 10010 1101 0 1011011 1011101 11001 10 1010111 101000

Color Harmonies of #C0120D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0120D

Black with #C0120D

Text Example


Text Example

White with #C0120D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0120D; }

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

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

background-color css

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

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

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

border-color css

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

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

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