Html Css Color HEX #D00E21 Fire Engine Red

📋 copy color: '#D00E21'

red 208 ◦ green 14 ◦ blue 33

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

Shades of Fire Engine Red #D00E21

Tints of Fire Engine Red #D00E21

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.49%

 BLUE value IS 33 (13.28% from 255) = 12.94%

R = 81.57%
G = 5.49%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D00E21 (or 0xD00E21) is known color: Fire Engine Red. HEX triplet: D0, 0E and 21. RGB value is (208,14,33). Sum of RGB (Red+Green+Blue) = 208+14+33=255 (33% of max value = 765). Red value is 208 (81.64% from 255 or 81.57% from 255); Green value is 14 (5.86% from 255 or 5.49% from 255); Blue value is 33 (13.28% from 255 or 12.94% from 255); Max value from RGB is 208 - color contains mainly: red. Hex color #D00E21 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00E21 is #2FF1DE. Grayscale: #4A4A4A. Windows color (decimal): -3142111 or 2166480. OLE color: 2166480.

HSL color Cylindrical-coordinate representation of color #D00E21: hue angle of 354.12º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D00E21 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 14 33 -
CMYK 0 0.93 0.84 0.18
HSL 354.12º 0.87% 0.44% -
HSV(B) 354.12º 0.93% 0.82% -
XYZ 26.44 13.83 2.72 -
YUV 74.17 104.77 223.46 -
System Red Green Blue C M Y K H S L
Decimal 208 14 33 0 0.93 0.84 0.18 354.12 0.87 0.44
Hex D0 E 21 0 5D 54 12 162 57 2C
Octal 320 16 41 0 135 124 22 542 127 54
Binary 11010000 1110 100001 0 1011101 1010100 10010 101100010 1010111 101100

Color Harmonies of #D00E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00E21

Black with #D00E21

Text Example


Text Example

White with #D00E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00E21; }

 p { color: rgb(208,14,33); }

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

background-color css

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

 a { background-color: rgb(208,14,33); }

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

border-color css

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

 span { border-color: rgb(208,14,33); }

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