Html Css Color HEX #D70127 Fire Engine Red

📋 copy color: '#D70127'

red 215 ◦ green 1 ◦ blue 39

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

Shades of Fire Engine Red #D70127

Tints of Fire Engine Red #D70127

RGB

 RED value IS 215 (84.38% from 255) = 84.31%

 GREEN value IS 1 (0.78% from 255) = 0.39%

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

R = 84.31%
G = 0.39%
B = 15.29%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D70127 (or 0xD70127) is known color: Fire Engine Red. HEX triplet: D7, 01 and 27. RGB value is (215,1,39). Sum of RGB (Red+Green+Blue) = 215+1+39=255 (33% of max value = 765). Red value is 215 (84.38% from 255 or 84.31% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 39 (15.62% from 255 or 15.29% from 255); Max value from RGB is 215 - color contains mainly: red. Hex color #D70127 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70127 is #28FED8. Grayscale: #454545. Windows color (decimal): -2686681 or 2556375. OLE color: 2556375.

HSL color Cylindrical-coordinate representation of color #D70127: hue angle of 349.35º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D70127 is Cyan = 0, Magento = 1.00, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 1 39 -
CMYK 0 1.00 0.82 0.16
HSL 349.35º 0.99% 0.42% -
HSV(B) 349.35º 1% 0.84% -
XYZ 28.4 14.62 3.24 -
YUV 69.32 110.9 231.91 -
System Red Green Blue C M Y K H S L
Decimal 215 1 39 0 1.00 0.82 0.16 349.35 0.99 0.42
Hex D7 1 27 0 64 52 10 15D 63 2A
Octal 327 1 47 0 144 122 20 535 143 52
Binary 11010111 1 100111 0 1100100 1010010 10000 101011101 1100011 101010

Color Harmonies of #D70127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70127

Black with #D70127

Text Example


Text Example

White with #D70127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70127; }

 p { color: rgb(215,1,39); }

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

background-color css

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

 a { background-color: rgb(215,1,39); }

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

border-color css

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

 span { border-color: rgb(215,1,39); }

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