Html Css Color HEX #D01E2E Fire Engine Red

📋 copy color: '#D01E2E'

red 208 ◦ green 30 ◦ blue 46

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

Shades of Fire Engine Red #D01E2E

Tints of Fire Engine Red #D01E2E

RGB

 RED value IS 208 (81.64% from 255) = 73.24%

 GREEN value IS 30 (12.11% from 255) = 10.56%

 BLUE value IS 46 (18.36% from 255) = 16.2%

R = 73.24%
G = 10.56%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D01E2E (or 0xD01E2E) is known color: Fire Engine Red. HEX triplet: D0, 1E and 2E. RGB value is (208,30,46). Sum of RGB (Red+Green+Blue) = 208+30+46=284 (37% of max value = 765). Red value is 208 (81.64% from 255 or 73.24% from 284); Green value is 30 (12.11% from 255 or 10.56% from 284); Blue value is 46 (18.36% from 255 or 16.20% from 284); Max value from RGB is 208 - color contains mainly: red. Hex color #D01E2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D01E2E is #2FE1D1. Grayscale: #555555. Windows color (decimal): -3138002 or 3022544. OLE color: 3022544.

HSL color Cylindrical-coordinate representation of color #D01E2E: hue angle of 354.61º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D01E2E is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 30 46 -
CMYK 0 0.86 0.78 0.18
HSL 354.61º 0.75% 0.47% -
HSV(B) 354.61º 0.86% 0.82% -
XYZ 26.97 14.54 3.97 -
YUV 85.05 105.97 215.7 -
System Red Green Blue C M Y K H S L
Decimal 208 30 46 0 0.86 0.78 0.18 354.61 0.75 0.47
Hex D0 1E 2E 0 56 4E 12 163 4B 2F
Octal 320 36 56 0 126 116 22 543 113 57
Binary 11010000 11110 101110 0 1010110 1001110 10010 101100011 1001011 101111

Color Harmonies of #D01E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01E2E

Black with #D01E2E

Text Example


Text Example

White with #D01E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01E2E; }

 p { color: rgb(208,30,46); }

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

background-color css

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

 a { background-color: rgb(208,30,46); }

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

border-color css

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

 span { border-color: rgb(208,30,46); }

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