Html Css Color HEX #D01227 Fire Engine Red

📋 copy color: '#D01227'

red 208 ◦ green 18 ◦ blue 39

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

Shades of Fire Engine Red #D01227

Tints of Fire Engine Red #D01227

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.79%

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

R = 78.49%
G = 6.79%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D01227 (or 0xD01227) is known color: Fire Engine Red. HEX triplet: D0, 12 and 27. RGB value is (208,18,39). Sum of RGB (Red+Green+Blue) = 208+18+39=265 (35% of max value = 765). Red value is 208 (81.64% from 255 or 78.49% from 265); Green value is 18 (7.42% from 255 or 6.79% from 265); Blue value is 39 (15.62% from 255 or 14.72% from 265); Max value from RGB is 208 - color contains mainly: red. Hex color #D01227 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01227 is #2FEDD8. Grayscale: #4D4D4D. Windows color (decimal): -3141081 or 2560720. OLE color: 2560720.

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

Color convert

RGB 208 18 39 -
CMYK 0 0.91 0.81 0.18
HSL 353.37º 0.84% 0.44% -
HSV(B) 353.37º 0.91% 0.82% -
XYZ 26.59 13.99 3.22 -
YUV 77.2 106.45 221.29 -
System Red Green Blue C M Y K H S L
Decimal 208 18 39 0 0.91 0.81 0.18 353.37 0.84 0.44
Hex D0 12 27 0 5B 51 12 161 54 2C
Octal 320 22 47 0 133 121 22 541 124 54
Binary 11010000 10010 100111 0 1011011 1010001 10010 101100001 1010100 101100

Color Harmonies of #D01227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01227

Black with #D01227

Text Example


Text Example

White with #D01227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01227; }

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

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

background-color css

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

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

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

border-color css

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

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

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