Html Css Color HEX #D01427 Fire Engine Red

📋 copy color: '#D01427'

red 208 ◦ green 20 ◦ blue 39

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

Shades of Fire Engine Red #D01427

Tints of Fire Engine Red #D01427

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.49%

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

R = 77.9%
G = 7.49%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D01427 (or 0xD01427) is known color: Fire Engine Red. HEX triplet: D0, 14 and 27. RGB value is (208,20,39). Sum of RGB (Red+Green+Blue) = 208+20+39=267 (35% of max value = 765). Red value is 208 (81.64% from 255 or 77.90% from 267); Green value is 20 (8.20% from 255 or 7.49% from 267); Blue value is 39 (15.62% from 255 or 14.61% from 267); Max value from RGB is 208 - color contains mainly: red. Hex color #D01427 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01427 is #2FEBD8. Grayscale: #4E4E4E. Windows color (decimal): -3140569 or 2561232. OLE color: 2561232.

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

Color convert

RGB 208 20 39 -
CMYK 0 0.90 0.81 0.18
HSL 353.94º 0.82% 0.45% -
HSV(B) 353.94º 0.9% 0.82% -
XYZ 26.63 14.06 3.23 -
YUV 78.38 105.78 220.46 -
System Red Green Blue C M Y K H S L
Decimal 208 20 39 0 0.90 0.81 0.18 353.94 0.82 0.45
Hex D0 14 27 0 5A 51 12 162 52 2D
Octal 320 24 47 0 132 121 22 542 122 55
Binary 11010000 10100 100111 0 1011010 1010001 10010 101100010 1010010 101101

Color Harmonies of #D01427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01427

Black with #D01427

Text Example


Text Example

White with #D01427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01427; }

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

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

background-color css

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

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

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

border-color css

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

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

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