Html Css Color HEX #D01A27 Fire Engine Red

📋 copy color: '#D01A27'

red 208 ◦ green 26 ◦ blue 39

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

Shades of Fire Engine Red #D01A27

Tints of Fire Engine Red #D01A27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.29%

R = 76.19%
G = 9.52%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D01A27 (or 0xD01A27) is known color: Fire Engine Red. HEX triplet: D0, 1A and 27. RGB value is (208,26,39). Sum of RGB (Red+Green+Blue) = 208+26+39=273 (36% of max value = 765). Red value is 208 (81.64% from 255 or 76.19% from 273); Green value is 26 (10.55% from 255 or 9.52% from 273); Blue value is 39 (15.62% from 255 or 14.29% from 273); Max value from RGB is 208 - color contains mainly: red. Hex color #D01A27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D01A27 is #2FE5D8. Grayscale: #525252. Windows color (decimal): -3139033 or 2562768. OLE color: 2562768.

HSL color Cylindrical-coordinate representation of color #D01A27: hue angle of 355.71º 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 #D01A27 is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 26 39 -
CMYK 0 0.88 0.81 0.18
HSL 355.71º 0.78% 0.46% -
HSV(B) 355.71º 0.88% 0.82% -
XYZ 26.75 14.3 3.27 -
YUV 81.9 103.8 217.94 -
System Red Green Blue C M Y K H S L
Decimal 208 26 39 0 0.88 0.81 0.18 355.71 0.78 0.46
Hex D0 1A 27 0 58 51 12 164 4E 2E
Octal 320 32 47 0 130 121 22 544 116 56
Binary 11010000 11010 100111 0 1011000 1010001 10010 101100100 1001110 101110

Color Harmonies of #D01A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01A27

Black with #D01A27

Text Example


Text Example

White with #D01A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01A27; }

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

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

background-color css

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

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

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

border-color css

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

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

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