Html Css Color HEX #D01D2D Fire Engine Red

📋 copy color: '#D01D2D'

red 208 ◦ green 29 ◦ blue 45

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

Shades of Fire Engine Red #D01D2D

Tints of Fire Engine Red #D01D2D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.28%

 BLUE value IS 45 (17.97% from 255) = 15.96%

R = 73.76%
G = 10.28%
B = 15.96%

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

#D01D2D (or 0xD01D2D) is known color: Fire Engine Red. HEX triplet: D0, 1D and 2D. RGB value is (208,29,45). Sum of RGB (Red+Green+Blue) = 208+29+45=282 (37% of max value = 765). Red value is 208 (81.64% from 255 or 73.76% from 282); Green value is 29 (11.72% from 255 or 10.28% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 208 - color contains mainly: red. Hex color #D01D2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D01D2D is #2FE2D2. Grayscale: #545454. Windows color (decimal): -3138259 or 2956752. OLE color: 2956752.

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

Color convert

RGB 208 29 45 -
CMYK 0 0.86 0.78 0.18
HSL 354.64º 0.76% 0.46% -
HSV(B) 354.64º 0.86% 0.82% -
XYZ 26.93 14.48 3.86 -
YUV 84.35 105.8 216.2 -
System Red Green Blue C M Y K H S L
Decimal 208 29 45 0 0.86 0.78 0.18 354.64 0.76 0.46
Hex D0 1D 2D 0 56 4E 12 163 4C 2E
Octal 320 35 55 0 126 116 22 543 114 56
Binary 11010000 11101 101101 0 1010110 1001110 10010 101100011 1001100 101110

Color Harmonies of #D01D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01D2D

Black with #D01D2D

Text Example


Text Example

White with #D01D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01D2D; }

 p { color: rgb(208,29,45); }

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

background-color css

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

 a { background-color: rgb(208,29,45); }

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

border-color css

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

 span { border-color: rgb(208,29,45); }

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