Html Css Color HEX #D62325 Fire Engine Red

📋 copy color: '#D62325'

red 214 ◦ green 35 ◦ blue 37

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

Shades of Fire Engine Red #D62325

Tints of Fire Engine Red #D62325

RGB

 RED value IS 214 (83.98% from 255) = 74.83%

 GREEN value IS 35 (14.06% from 255) = 12.24%

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

R = 74.83%
G = 12.24%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D62325 (or 0xD62325) is known color: Fire Engine Red. HEX triplet: D6, 23 and 25. RGB value is (214,35,37). Sum of RGB (Red+Green+Blue) = 214+35+37=286 (37% of max value = 765). Red value is 214 (83.98% from 255 or 74.83% from 286); Green value is 35 (14.06% from 255 or 12.24% from 286); Blue value is 37 (14.84% from 255 or 12.94% from 286); Max value from RGB is 214 - color contains mainly: red. Hex color #D62325 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62325 is #29DCDA. Grayscale: #585858. Windows color (decimal): -2743515 or 2434006. OLE color: 2434006.

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

Color convert

RGB 214 35 37 -
CMYK 0 0.84 0.83 0.16
HSL 359.33º 0.72% 0.49% -
HSV(B) 359.33º 0.84% 0.84% -
XYZ 28.67 15.63 3.26 -
YUV 88.75 98.8 217.34 -
System Red Green Blue C M Y K H S L
Decimal 214 35 37 0 0.84 0.83 0.16 359.33 0.72 0.49
Hex D6 23 25 0 54 53 10 167 48 31
Octal 326 43 45 0 124 123 20 547 110 61
Binary 11010110 100011 100101 0 1010100 1010011 10000 101100111 1001000 110001

Color Harmonies of #D62325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62325

Black with #D62325

Text Example


Text Example

White with #D62325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62325; }

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

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

background-color css

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

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

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

border-color css

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

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

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