Html Css Color HEX #D6120C Free Speech Red

📋 copy color: '#D6120C'

red 214 ◦ green 18 ◦ blue 12

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

Shades of Free Speech Red #D6120C

Tints of Free Speech Red #D6120C

RGB

 RED value IS 214 (83.98% from 255) = 87.7%

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

 BLUE value IS 12 (5.08% from 255) = 4.92%

R = 87.7%
G = 7.38%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D6120C (or 0xD6120C) is known color: Free Speech Red. HEX triplet: D6, 12 and 0C. RGB value is (214,18,12). Sum of RGB (Red+Green+Blue) = 214+18+12=244 (32% of max value = 765). Red value is 214 (83.98% from 255 or 87.70% from 244); Green value is 18 (7.42% from 255 or 7.38% from 244); Blue value is 12 (5.08% from 255 or 4.92% from 244); Max value from RGB is 214 - color contains mainly: red. Hex color #D6120C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D6120C is #29EDF3. Grayscale: #4C4C4C. Windows color (decimal): -2747892 or 791254. OLE color: 791254.

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

Color convert

RGB 214 18 12 -
CMYK 0 0.92 0.94 0.16
HSL 1.78º 0.89% 0.44% -
HSV(B) 1.78º 0.94% 0.84% -
XYZ 28.01 14.76 1.72 -
YUV 75.92 91.93 226.49 -
System Red Green Blue C M Y K H S L
Decimal 214 18 12 0 0.92 0.94 0.16 1.78 0.89 0.44
Hex D6 12 C 0 5C 5E 10 2 59 2C
Octal 326 22 14 0 134 136 20 2 131 54
Binary 11010110 10010 1100 0 1011100 1011110 10000 10 1011001 101100

Color Harmonies of #D6120C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6120C

Black with #D6120C

Text Example


Text Example

White with #D6120C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6120C; }

 p { color: rgb(214,18,12); }

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

background-color css

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

 a { background-color: rgb(214,18,12); }

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

border-color css

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

 span { border-color: rgb(214,18,12); }

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