Html Css Color HEX #D70327 Fire Engine Red

📋 copy color: '#D70327'

red 215 ◦ green 3 ◦ blue 39

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

Shades of Fire Engine Red #D70327

Tints of Fire Engine Red #D70327

RGB

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

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

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

R = 83.66%
G = 1.17%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D70327 (or 0xD70327) is known color: Fire Engine Red. HEX triplet: D7, 03 and 27. RGB value is (215,3,39). Sum of RGB (Red+Green+Blue) = 215+3+39=257 (34% of max value = 765). Red value is 215 (84.38% from 255 or 83.66% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 39 (15.62% from 255 or 15.18% from 257); Max value from RGB is 215 - color contains mainly: red. Hex color #D70327 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70327 is #28FCD8. Grayscale: #464646. Windows color (decimal): -2686169 or 2556887. OLE color: 2556887.

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

Color convert

RGB 215 3 39 -
CMYK 0 0.99 0.82 0.16
HSL 349.81º 0.97% 0.43% -
HSV(B) 349.81º 0.99% 0.84% -
XYZ 28.42 14.66 3.25 -
YUV 70.49 110.24 231.07 -
System Red Green Blue C M Y K H S L
Decimal 215 3 39 0 0.99 0.82 0.16 349.81 0.97 0.43
Hex D7 3 27 0 63 52 10 15E 61 2B
Octal 327 3 47 0 143 122 20 536 141 53
Binary 11010111 11 100111 0 1100011 1010010 10000 101011110 1100001 101011

Color Harmonies of #D70327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70327

Black with #D70327

Text Example


Text Example

White with #D70327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70327; }

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

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

background-color css

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

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

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

border-color css

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

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

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