Html Css Color HEX #D4150E Free Speech Red

📋 copy color: '#D4150E'

red 212 ◦ green 21 ◦ blue 14

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

Shades of Free Speech Red #D4150E

Tints of Free Speech Red #D4150E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.5%

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

R = 85.83%
G = 8.5%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.93

 K value IS 0.17

RGB Variations

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

Color information

#D4150E (or 0xD4150E) is known color: Free Speech Red. HEX triplet: D4, 15 and 0E. RGB value is (212,21,14). Sum of RGB (Red+Green+Blue) = 212+21+14=247 (32% of max value = 765). Red value is 212 (83.20% from 255 or 85.83% from 247); Green value is 21 (8.59% from 255 or 8.50% from 247); Blue value is 14 (5.86% from 255 or 5.67% from 247); Max value from RGB is 212 - color contains mainly: red. Hex color #D4150E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D4150E is #2BEAF1. Grayscale: #4D4D4D. Windows color (decimal): -2878194 or 923092. OLE color: 923092.

HSL color Cylindrical-coordinate representation of color #D4150E: hue angle of 2.12º 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 #D4150E is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 21 14 -
CMYK 0 0.90 0.93 0.17
HSL 2.12º 0.88% 0.44% -
HSV(B) 2.12º 0.93% 0.83% -
XYZ 27.5 14.57 1.78 -
YUV 77.31 92.28 224.07 -
System Red Green Blue C M Y K H S L
Decimal 212 21 14 0 0.90 0.93 0.17 2.12 0.88 0.44
Hex D4 15 E 0 5A 5D 11 2 58 2C
Octal 324 25 16 0 132 135 21 2 130 54
Binary 11010100 10101 1110 0 1011010 1011101 10001 10 1011000 101100

Color Harmonies of #D4150E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4150E

Black with #D4150E

Text Example


Text Example

White with #D4150E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4150E; }

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

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

background-color css

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

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

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

border-color css

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

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

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