Html Css Color HEX #D40A1E Fire Engine Red

📋 copy color: '#D40A1E'

red 212 ◦ green 10 ◦ blue 30

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

Shades of Fire Engine Red #D40A1E

Tints of Fire Engine Red #D40A1E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.97%

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

R = 84.13%
G = 3.97%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D40A1E (or 0xD40A1E) is known color: Fire Engine Red. HEX triplet: D4, 0A and 1E. RGB value is (212,10,30). Sum of RGB (Red+Green+Blue) = 212+10+30=252 (33% of max value = 765). Red value is 212 (83.20% from 255 or 84.13% from 252); Green value is 10 (4.30% from 255 or 3.97% from 252); Blue value is 30 (12.11% from 255 or 11.90% from 252); Max value from RGB is 212 - color contains mainly: red. Hex color #D40A1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40A1E is #2BF5E1. Grayscale: #484848. Windows color (decimal): -2880994 or 1968852. OLE color: 1968852.

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

Color convert

RGB 212 10 30 -
CMYK 0 0.95 0.86 0.17
HSL 354.06º 0.91% 0.44% -
HSV(B) 354.06º 0.95% 0.83% -
XYZ 27.49 14.31 2.54 -
YUV 72.68 103.92 227.37 -
System Red Green Blue C M Y K H S L
Decimal 212 10 30 0 0.95 0.86 0.17 354.06 0.91 0.44
Hex D4 A 1E 0 5F 56 11 162 5B 2C
Octal 324 12 36 0 137 126 21 542 133 54
Binary 11010100 1010 11110 0 1011111 1010110 10001 101100010 1011011 101100

Color Harmonies of #D40A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40A1E

Black with #D40A1E

Text Example


Text Example

White with #D40A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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