Html Css Color HEX #D70326 Fire Engine Red

📋 copy color: '#D70326'

red 215 ◦ green 3 ◦ blue 38

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

Shades of Fire Engine Red #D70326

Tints of Fire Engine Red #D70326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.84%

R = 83.98%
G = 1.17%
B = 14.84%

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

#D70326 (or 0xD70326) is known color: Fire Engine Red. HEX triplet: D7, 03 and 26. RGB value is (215,3,38). Sum of RGB (Red+Green+Blue) = 215+3+38=256 (33% of max value = 765). Red value is 215 (84.38% from 255 or 83.98% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 38 (15.23% from 255 or 14.84% from 256); Max value from RGB is 215 - color contains mainly: red. Hex color #D70326 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70326 is #28FCD9. Grayscale: #464646. Windows color (decimal): -2686170 or 2491351. OLE color: 2491351.

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

Color convert

RGB 215 3 38 -
CMYK 0 0.99 0.82 0.16
HSL 350.09º 0.97% 0.43% -
HSV(B) 350.09º 0.99% 0.84% -
XYZ 28.41 14.65 3.16 -
YUV 70.38 109.74 231.15 -
System Red Green Blue C M Y K H S L
Decimal 215 3 38 0 0.99 0.82 0.16 350.09 0.97 0.43
Hex D7 3 26 0 63 52 10 15E 61 2B
Octal 327 3 46 0 143 122 20 536 141 53
Binary 11010111 11 100110 0 1100011 1010010 10000 101011110 1100001 101011

Color Harmonies of #D70326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70326

Black with #D70326

Text Example


Text Example

White with #D70326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70326; }

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

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

background-color css

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

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

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

border-color css

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

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

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