Html Css Color HEX #D6120D Free Speech Red

📋 copy color: '#D6120D'

red 214 ◦ green 18 ◦ blue 13

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

Shades of Free Speech Red #D6120D

Tints of Free Speech Red #D6120D

RGB

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

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

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

R = 87.35%
G = 7.35%
B = 5.31%

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

#D6120D (or 0xD6120D) is known color: Free Speech Red. HEX triplet: D6, 12 and 0D. RGB value is (214,18,13). Sum of RGB (Red+Green+Blue) = 214+18+13=245 (32% of max value = 765). Red value is 214 (83.98% from 255 or 87.35% from 245); Green value is 18 (7.42% from 255 or 7.35% from 245); Blue value is 13 (5.47% from 255 or 5.31% from 245); Max value from RGB is 214 - color contains mainly: red. Hex color #D6120D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D6120D is #29EDF2. Grayscale: #4C4C4C. Windows color (decimal): -2747891 or 856790. OLE color: 856790.

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

Color convert

RGB 214 18 13 -
CMYK 0 0.92 0.94 0.16
HSL 1.49º 0.89% 0.45% -
HSV(B) 1.49º 0.94% 0.84% -
XYZ 28.02 14.76 1.75 -
YUV 76.03 92.43 226.41 -
System Red Green Blue C M Y K H S L
Decimal 214 18 13 0 0.92 0.94 0.16 1.49 0.89 0.45
Hex D6 12 D 0 5C 5E 10 1 59 2D
Octal 326 22 15 0 134 136 20 1 131 55
Binary 11010110 10010 1101 0 1011100 1011110 10000 1 1011001 101101

Color Harmonies of #D6120D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6120D

Black with #D6120D

Text Example


Text Example

White with #D6120D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6120D; }

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

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

background-color css

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

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

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

border-color css

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

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

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