Html Css Color HEX #D01A2F Fire Engine Red

📋 copy color: '#D01A2F'

red 208 ◦ green 26 ◦ blue 47

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

Shades of Fire Engine Red #D01A2F

Tints of Fire Engine Red #D01A2F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.25%

 BLUE value IS 47 (18.75% from 255) = 16.73%

R = 74.02%
G = 9.25%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D01A2F (or 0xD01A2F) is known color: Fire Engine Red. HEX triplet: D0, 1A and 2F. RGB value is (208,26,47). Sum of RGB (Red+Green+Blue) = 208+26+47=281 (37% of max value = 765). Red value is 208 (81.64% from 255 or 74.02% from 281); Green value is 26 (10.55% from 255 or 9.25% from 281); Blue value is 47 (18.75% from 255 or 16.73% from 281); Max value from RGB is 208 - color contains mainly: red. Hex color #D01A2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D01A2F is #2FE5D0. Grayscale: #525252. Windows color (decimal): -3139025 or 3087056. OLE color: 3087056.

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

Color convert

RGB 208 26 47 -
CMYK 0 0.88 0.77 0.18
HSL 353.08º 0.78% 0.46% -
HSV(B) 353.08º 0.88% 0.82% -
XYZ 26.89 14.35 4.04 -
YUV 82.81 107.8 217.29 -
System Red Green Blue C M Y K H S L
Decimal 208 26 47 0 0.88 0.77 0.18 353.08 0.78 0.46
Hex D0 1A 2F 0 58 4D 12 161 4E 2E
Octal 320 32 57 0 130 115 22 541 116 56
Binary 11010000 11010 101111 0 1011000 1001101 10010 101100001 1001110 101110

Color Harmonies of #D01A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01A2F

Black with #D01A2F

Text Example


Text Example

White with #D01A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01A2F; }

 p { color: rgb(208,26,47); }

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

background-color css

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

 a { background-color: rgb(208,26,47); }

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

border-color css

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

 span { border-color: rgb(208,26,47); }

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