Html Css Color HEX #D70427 Fire Engine Red

📋 copy color: '#D70427'

red 215 ◦ green 4 ◦ blue 39

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

Shades of Fire Engine Red #D70427

Tints of Fire Engine Red #D70427

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.55%

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

R = 83.33%
G = 1.55%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D70427 (or 0xD70427) is known color: Fire Engine Red. HEX triplet: D7, 04 and 27. RGB value is (215,4,39). Sum of RGB (Red+Green+Blue) = 215+4+39=258 (34% of max value = 765). Red value is 215 (84.38% from 255 or 83.33% from 258); Green value is 4 (1.95% from 255 or 1.55% from 258); Blue value is 39 (15.62% from 255 or 15.12% from 258); Max value from RGB is 215 - color contains mainly: red. Hex color #D70427 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70427 is #28FBD8. Grayscale: #474747. Windows color (decimal): -2685913 or 2557143. OLE color: 2557143.

HSL color Cylindrical-coordinate representation of color #D70427: hue angle of 350.05º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D70427 is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 4 39 -
CMYK 0 0.98 0.82 0.16
HSL 350.05º 0.96% 0.43% -
HSV(B) 350.05º 0.98% 0.84% -
XYZ 28.43 14.68 3.25 -
YUV 71.08 109.9 230.65 -
System Red Green Blue C M Y K H S L
Decimal 215 4 39 0 0.98 0.82 0.16 350.05 0.96 0.43
Hex D7 4 27 0 62 52 10 15E 60 2B
Octal 327 4 47 0 142 122 20 536 140 53
Binary 11010111 100 100111 0 1100010 1010010 10000 101011110 1100000 101011

Color Harmonies of #D70427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70427

Black with #D70427

Text Example


Text Example

White with #D70427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70427; }

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

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

background-color css

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

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

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

border-color css

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

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

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