Html Css Color HEX #D01B2D Fire Engine Red

📋 copy color: '#D01B2D'

red 208 ◦ green 27 ◦ blue 45

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

Shades of Fire Engine Red #D01B2D

Tints of Fire Engine Red #D01B2D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.64%

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

R = 74.29%
G = 9.64%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D01B2D (or 0xD01B2D) is known color: Fire Engine Red. HEX triplet: D0, 1B and 2D. RGB value is (208,27,45). Sum of RGB (Red+Green+Blue) = 208+27+45=280 (37% of max value = 765). Red value is 208 (81.64% from 255 or 74.29% from 280); Green value is 27 (10.94% from 255 or 9.64% from 280); Blue value is 45 (17.97% from 255 or 16.07% from 280); Max value from RGB is 208 - color contains mainly: red. Hex color #D01B2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D01B2D is #2FE4D2. Grayscale: #535353. Windows color (decimal): -3138771 or 2956240. OLE color: 2956240.

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

Color convert

RGB 208 27 45 -
CMYK 0 0.87 0.78 0.18
HSL 354.03º 0.77% 0.46% -
HSV(B) 354.03º 0.87% 0.82% -
XYZ 26.88 14.38 3.84 -
YUV 83.17 106.47 217.04 -
System Red Green Blue C M Y K H S L
Decimal 208 27 45 0 0.87 0.78 0.18 354.03 0.77 0.46
Hex D0 1B 2D 0 57 4E 12 162 4D 2E
Octal 320 33 55 0 127 116 22 542 115 56
Binary 11010000 11011 101101 0 1010111 1001110 10010 101100010 1001101 101110

Color Harmonies of #D01B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01B2D

Black with #D01B2D

Text Example


Text Example

White with #D01B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01B2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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