Html Css Color HEX #DB2325 Fire Engine Red

📋 copy color: '#DB2325'

red 219 ◦ green 35 ◦ blue 37

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

Shades of Fire Engine Red #DB2325

Tints of Fire Engine Red #DB2325

RGB

 RED value IS 219 (85.94% from 255) = 75.26%

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

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

R = 75.26%
G = 12.03%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DB2325 (or 0xDB2325) is known color: Fire Engine Red. HEX triplet: DB, 23 and 25. RGB value is (219,35,37). Sum of RGB (Red+Green+Blue) = 219+35+37=291 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.26% from 291); Green value is 35 (14.06% from 255 or 12.03% from 291); Blue value is 37 (14.84% from 255 or 12.71% from 291); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2325 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2325 is #24DCDA. Grayscale: #5A5A5A. Windows color (decimal): -2415835 or 2434011. OLE color: 2434011.

HSL color Cylindrical-coordinate representation of color #DB2325: hue angle of 359.35º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB2325 is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 35 37 -
CMYK 0 0.84 0.83 0.14
HSL 359.35º 0.72% 0.5% -
HSV(B) 359.35º 0.84% 0.86% -
XYZ 30.15 16.4 3.33 -
YUV 90.24 97.96 219.84 -
System Red Green Blue C M Y K H S L
Decimal 219 35 37 0 0.84 0.83 0.14 359.35 0.72 0.5
Hex DB 23 25 0 54 53 E 167 48 32
Octal 333 43 45 0 124 123 16 547 110 62
Binary 11011011 100011 100101 0 1010100 1010011 1110 101100111 1001000 110010

Color Harmonies of #DB2325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2325

Black with #DB2325

Text Example


Text Example

White with #DB2325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2325; }

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

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

background-color css

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

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

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

border-color css

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

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

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