Html Css Color HEX #D01327 Fire Engine Red

📋 copy color: '#D01327'

red 208 ◦ green 19 ◦ blue 39

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

Shades of Fire Engine Red #D01327

Tints of Fire Engine Red #D01327

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.14%

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

R = 78.2%
G = 7.14%
B = 14.66%

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

#D01327 (or 0xD01327) is known color: Fire Engine Red. HEX triplet: D0, 13 and 27. RGB value is (208,19,39). Sum of RGB (Red+Green+Blue) = 208+19+39=266 (35% of max value = 765). Red value is 208 (81.64% from 255 or 78.20% from 266); Green value is 19 (7.81% from 255 or 7.14% from 266); Blue value is 39 (15.62% from 255 or 14.66% from 266); Max value from RGB is 208 - color contains mainly: red. Hex color #D01327 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01327 is #2FECD8. Grayscale: #4D4D4D. Windows color (decimal): -3140825 or 2560976. OLE color: 2560976.

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

Color convert

RGB 208 19 39 -
CMYK 0 0.91 0.81 0.18
HSL 353.65º 0.83% 0.45% -
HSV(B) 353.65º 0.91% 0.82% -
XYZ 26.61 14.02 3.22 -
YUV 77.79 106.12 220.87 -
System Red Green Blue C M Y K H S L
Decimal 208 19 39 0 0.91 0.81 0.18 353.65 0.83 0.45
Hex D0 13 27 0 5B 51 12 162 53 2D
Octal 320 23 47 0 133 121 22 542 123 55
Binary 11010000 10011 100111 0 1011011 1010001 10010 101100010 1010011 101101

Color Harmonies of #D01327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01327

Black with #D01327

Text Example


Text Example

White with #D01327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01327; }

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

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

background-color css

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

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

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

border-color css

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

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

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