Html Css Color HEX #D00D21 Fire Engine Red

📋 copy color: '#D00D21'

red 208 ◦ green 13 ◦ blue 33

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

Shades of Fire Engine Red #D00D21

Tints of Fire Engine Red #D00D21

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.12%

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

R = 81.89%
G = 5.12%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D00D21 (or 0xD00D21) is known color: Fire Engine Red. HEX triplet: D0, 0D and 21. RGB value is (208,13,33). Sum of RGB (Red+Green+Blue) = 208+13+33=254 (33% of max value = 765). Red value is 208 (81.64% from 255 or 81.89% from 254); Green value is 13 (5.47% from 255 or 5.12% from 254); Blue value is 33 (13.28% from 255 or 12.99% from 254); Max value from RGB is 208 - color contains mainly: red. Hex color #D00D21 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00D21 is #2FF2DE. Grayscale: #494949. Windows color (decimal): -3142367 or 2166224. OLE color: 2166224.

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

Color convert

RGB 208 13 33 -
CMYK 0 0.94 0.84 0.18
HSL 353.85º 0.88% 0.43% -
HSV(B) 353.85º 0.94% 0.82% -
XYZ 26.43 13.81 2.71 -
YUV 73.59 105.1 223.87 -
System Red Green Blue C M Y K H S L
Decimal 208 13 33 0 0.94 0.84 0.18 353.85 0.88 0.43
Hex D0 D 21 0 5E 54 12 162 58 2B
Octal 320 15 41 0 136 124 22 542 130 53
Binary 11010000 1101 100001 0 1011110 1010100 10010 101100010 1011000 101011

Color Harmonies of #D00D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00D21

Black with #D00D21

Text Example


Text Example

White with #D00D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00D21; }

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

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

background-color css

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

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

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

border-color css

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

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

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