Html Css Color HEX #D4101E Fire Engine Red

📋 copy color: '#D4101E'

red 212 ◦ green 16 ◦ blue 30

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

Shades of Fire Engine Red #D4101E

Tints of Fire Engine Red #D4101E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.2%

 BLUE value IS 30 (12.11% from 255) = 11.63%

R = 82.17%
G = 6.2%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D4101E (or 0xD4101E) is known color: Fire Engine Red. HEX triplet: D4, 10 and 1E. RGB value is (212,16,30). Sum of RGB (Red+Green+Blue) = 212+16+30=258 (34% of max value = 765). Red value is 212 (83.20% from 255 or 82.17% from 258); Green value is 16 (6.64% from 255 or 6.20% from 258); Blue value is 30 (12.11% from 255 or 11.63% from 258); Max value from RGB is 212 - color contains mainly: red. Hex color #D4101E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4101E is #2BEFE1. Grayscale: #4C4C4C. Windows color (decimal): -2879458 or 1970388. OLE color: 1970388.

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

Color convert

RGB 212 16 30 -
CMYK 0 0.92 0.86 0.17
HSL 355.71º 0.86% 0.45% -
HSV(B) 355.71º 0.92% 0.83% -
XYZ 27.57 14.46 2.57 -
YUV 76.2 101.93 224.86 -
System Red Green Blue C M Y K H S L
Decimal 212 16 30 0 0.92 0.86 0.17 355.71 0.86 0.45
Hex D4 10 1E 0 5C 56 11 164 56 2D
Octal 324 20 36 0 134 126 21 544 126 55
Binary 11010100 10000 11110 0 1011100 1010110 10001 101100100 1010110 101101

Color Harmonies of #D4101E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4101E

Black with #D4101E

Text Example


Text Example

White with #D4101E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4101E; }

 p { color: rgb(212,16,30); }

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

background-color css

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

 a { background-color: rgb(212,16,30); }

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

border-color css

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

 span { border-color: rgb(212,16,30); }

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