Html Css Color HEX #D70425 Fire Engine Red

📋 copy color: '#D70425'

red 215 ◦ green 4 ◦ blue 37

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

Shades of Fire Engine Red #D70425

Tints of Fire Engine Red #D70425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.45%

R = 83.98%
G = 1.56%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D70425 (or 0xD70425) is known color: Fire Engine Red. HEX triplet: D7, 04 and 25. RGB value is (215,4,37). Sum of RGB (Red+Green+Blue) = 215+4+37=256 (33% of max value = 765). Red value is 215 (84.38% from 255 or 83.98% from 256); Green value is 4 (1.95% from 255 or 1.56% from 256); Blue value is 37 (14.84% from 255 or 14.45% from 256); Max value from RGB is 215 - color contains mainly: red. Hex color #D70425 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70425 is #28FBDA. Grayscale: #464646. Windows color (decimal): -2685915 or 2426071. OLE color: 2426071.

HSL color Cylindrical-coordinate representation of color #D70425: hue angle of 350.62º 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 #D70425 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 4 37 -
CMYK 0 0.98 0.83 0.16
HSL 350.62º 0.96% 0.43% -
HSV(B) 350.62º 0.98% 0.84% -
XYZ 28.4 14.67 3.08 -
YUV 70.85 108.9 230.82 -
System Red Green Blue C M Y K H S L
Decimal 215 4 37 0 0.98 0.83 0.16 350.62 0.96 0.43
Hex D7 4 25 0 62 53 10 15F 60 2B
Octal 327 4 45 0 142 123 20 537 140 53
Binary 11010111 100 100101 0 1100010 1010011 10000 101011111 1100000 101011

Color Harmonies of #D70425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70425

Black with #D70425

Text Example


Text Example

White with #D70425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70425; }

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

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

background-color css

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

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

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

border-color css

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

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

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