Html Css Color HEX #D01627 Fire Engine Red

📋 copy color: '#D01627'

red 208 ◦ green 22 ◦ blue 39

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

Shades of Fire Engine Red #D01627

Tints of Fire Engine Red #D01627

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.18%

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

R = 77.32%
G = 8.18%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D01627 (or 0xD01627) is known color: Fire Engine Red. HEX triplet: D0, 16 and 27. RGB value is (208,22,39). Sum of RGB (Red+Green+Blue) = 208+22+39=269 (35% of max value = 765). Red value is 208 (81.64% from 255 or 77.32% from 269); Green value is 22 (8.98% from 255 or 8.18% from 269); Blue value is 39 (15.62% from 255 or 14.50% from 269); Max value from RGB is 208 - color contains mainly: red. Hex color #D01627 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01627 is #2FE9D8. Grayscale: #4F4F4F. Windows color (decimal): -3140057 or 2561744. OLE color: 2561744.

HSL color Cylindrical-coordinate representation of color #D01627: hue angle of 354.52º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D01627 is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 22 39 -
CMYK 0 0.89 0.81 0.18
HSL 354.52º 0.81% 0.45% -
HSV(B) 354.52º 0.89% 0.82% -
XYZ 26.67 14.13 3.24 -
YUV 79.55 105.12 219.62 -
System Red Green Blue C M Y K H S L
Decimal 208 22 39 0 0.89 0.81 0.18 354.52 0.81 0.45
Hex D0 16 27 0 59 51 12 163 51 2D
Octal 320 26 47 0 131 121 22 543 121 55
Binary 11010000 10110 100111 0 1011001 1010001 10010 101100011 1010001 101101

Color Harmonies of #D01627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01627

Black with #D01627

Text Example


Text Example

White with #D01627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01627; }

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

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

background-color css

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

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

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

border-color css

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

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

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