Html Css Color HEX #D4120F Free Speech Red

📋 copy color: '#D4120F'

red 212 ◦ green 18 ◦ blue 15

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

Shades of Free Speech Red #D4120F

Tints of Free Speech Red #D4120F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.12%

R = 86.53%
G = 7.35%
B = 6.12%

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

#D4120F (or 0xD4120F) is known color: Free Speech Red. HEX triplet: D4, 12 and 0F. RGB value is (212,18,15). Sum of RGB (Red+Green+Blue) = 212+18+15=245 (32% of max value = 765). Red value is 212 (83.20% from 255 or 86.53% from 245); Green value is 18 (7.42% from 255 or 7.35% from 245); Blue value is 15 (6.25% from 255 or 6.12% from 245); Max value from RGB is 212 - color contains mainly: red. Hex color #D4120F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D4120F is #2BEDF0. Grayscale: #4B4B4B. Windows color (decimal): -2878961 or 987860. OLE color: 987860.

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

Color convert

RGB 212 18 15 -
CMYK 0 0.92 0.93 0.17
HSL 0.91º 0.87% 0.45% -
HSV(B) 0.91º 0.93% 0.83% -
XYZ 27.45 14.46 1.8 -
YUV 75.66 93.77 225.24 -
System Red Green Blue C M Y K H S L
Decimal 212 18 15 0 0.92 0.93 0.17 0.91 0.87 0.45
Hex D4 12 F 0 5C 5D 11 1 57 2D
Octal 324 22 17 0 134 135 21 1 127 55
Binary 11010100 10010 1111 0 1011100 1011101 10001 1 1010111 101101

Color Harmonies of #D4120F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4120F

Black with #D4120F

Text Example


Text Example

White with #D4120F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4120F; }

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

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

background-color css

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

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

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

border-color css

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

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

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