#D62326

Color #D62326 Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #D62326

Tints of Fire Engine Red #D62326

Color information

#D62326 (or 0xD62326) is unknown color: approx Fire Engine Red. HEX triplet: D6, 23 and 26. RGB value is (214,35,38). Sum of RGB (Red+Green+Blue) = 214+35+38=287 (38% of max value = 765). Red value is 214 (83.98% from 255 or 74.56% from 287); Green value is 35 (14.06% from 255 or 12.20% from 287); Blue value is 38 (15.23% from 255 or 13.24% from 287); Max value from RGB is 214 - color contains mainly: red. Hex color #D62326 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62326 is #29DCD9. Grayscale: #595959. Windows color (decimal): -2743514 or 2499542. OLE color: 2499542.

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

Color convert

RGB2143538-
CMYK00.840.820.16
HSL358.99º71.89%48.82%-
HSV(B)358.99º83.64%83.92%-
XYZ28.6815.643.34-
YUV88.8699.3217.26-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 74.56%
GREEN value IS 35 (14.06% from 255) = 12.20%
BLUE value IS 38 (15.23% from 255) = 13.24%
R=74.56%
G=12.20%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.82
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214353800.840.820.16358.9971.8948.82
HexD6232605452101674831
Octal326434601241222054711061
Binary11010110100011100110010101001010010100001011001111001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D62326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D62326; }

 p { color: rgb(214,35,38); }

 H1.HeaderClassName
 {
   color: #D62326;
 }
 .AnyTagClassName
 {
   color: #D62326;
 }
</style>
background-color css

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

 a { background-color: rgb(214,35,38); }

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

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

 span { border-color: rgb(214,35,38); }

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