Html Css Color HEX #D4120E Free Speech Red

📋 copy color: '#D4120E'

red 212 ◦ green 18 ◦ blue 14

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

Shades of Free Speech Red #D4120E

Tints of Free Speech Red #D4120E

RGB

 RED value IS 212 (83.2% from 255) = 86.89%

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

 BLUE value IS 14 (5.86% from 255) = 5.74%

R = 86.89%
G = 7.38%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.93

 K value IS 0.17

RGB Variations

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

Color information

#D4120E (or 0xD4120E) is known color: Free Speech Red. HEX triplet: D4, 12 and 0E. RGB value is (212,18,14). Sum of RGB (Red+Green+Blue) = 212+18+14=244 (32% of max value = 765). Red value is 212 (83.20% from 255 or 86.89% from 244); Green value is 18 (7.42% from 255 or 7.38% from 244); Blue value is 14 (5.86% from 255 or 5.74% from 244); Max value from RGB is 212 - color contains mainly: red. Hex color #D4120E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D4120E is #2BEDF1. Grayscale: #4B4B4B. Windows color (decimal): -2878962 or 922324. OLE color: 922324.

HSL color Cylindrical-coordinate representation of color #D4120E: hue angle of 1.21º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D4120E is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 18 14 -
CMYK 0 0.92 0.93 0.17
HSL 1.21º 0.88% 0.44% -
HSV(B) 1.21º 0.93% 0.83% -
XYZ 27.45 14.46 1.76 -
YUV 75.55 93.27 225.33 -
System Red Green Blue C M Y K H S L
Decimal 212 18 14 0 0.92 0.93 0.17 1.21 0.88 0.44
Hex D4 12 E 0 5C 5D 11 1 58 2C
Octal 324 22 16 0 134 135 21 1 130 54
Binary 11010100 10010 1110 0 1011100 1011101 10001 1 1011000 101100

Color Harmonies of #D4120E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4120E

Black with #D4120E

Text Example


Text Example

White with #D4120E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4120E; }

 p { color: rgb(212,18,14); }

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

background-color css

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

 a { background-color: rgb(212,18,14); }

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

border-color css

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

 span { border-color: rgb(212,18,14); }

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