Html Css Color HEX #D70325 Fire Engine Red

📋 copy color: '#D70325'

red 215 ◦ green 3 ◦ blue 37

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

Shades of Fire Engine Red #D70325

Tints of Fire Engine Red #D70325

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.18%

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

R = 84.31%
G = 1.18%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D70325 (or 0xD70325) is known color: Fire Engine Red. HEX triplet: D7, 03 and 25. RGB value is (215,3,37). Sum of RGB (Red+Green+Blue) = 215+3+37=255 (33% of max value = 765). Red value is 215 (84.38% from 255 or 84.31% from 255); Green value is 3 (1.56% from 255 or 1.18% from 255); Blue value is 37 (14.84% from 255 or 14.51% from 255); Max value from RGB is 215 - color contains mainly: red. Hex color #D70325 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70325 is #28FCDA. Grayscale: #464646. Windows color (decimal): -2686171 or 2425815. OLE color: 2425815.

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

Color convert

RGB 215 3 37 -
CMYK 0 0.99 0.83 0.16
HSL 350.38º 0.97% 0.43% -
HSV(B) 350.38º 0.99% 0.84% -
XYZ 28.39 14.65 3.08 -
YUV 70.26 109.24 231.24 -
System Red Green Blue C M Y K H S L
Decimal 215 3 37 0 0.99 0.83 0.16 350.38 0.97 0.43
Hex D7 3 25 0 63 53 10 15E 61 2B
Octal 327 3 45 0 143 123 20 536 141 53
Binary 11010111 11 100101 0 1100011 1010011 10000 101011110 1100001 101011

Color Harmonies of #D70325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70325

Black with #D70325

Text Example


Text Example

White with #D70325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70325; }

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

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

background-color css

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

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

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

border-color css

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

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

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