Html Css Color HEX #DB0225 Fire Engine Red

📋 copy color: '#DB0225'

red 219 ◦ green 2 ◦ blue 37

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

Shades of Fire Engine Red #DB0225

Tints of Fire Engine Red #DB0225

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.78%

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

R = 84.88%
G = 0.78%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DB0225 (or 0xDB0225) is known color: Fire Engine Red. HEX triplet: DB, 02 and 25. RGB value is (219,2,37). Sum of RGB (Red+Green+Blue) = 219+2+37=258 (34% of max value = 765). Red value is 219 (85.94% from 255 or 84.88% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 37 (14.84% from 255 or 14.34% from 258); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0225 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0225 is #24FDDA. Grayscale: #464646. Windows color (decimal): -2424283 or 2425563. OLE color: 2425563.

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

Color convert

RGB 219 2 37 -
CMYK 0 0.99 0.83 0.14
HSL 350.32º 0.98% 0.43% -
HSV(B) 350.32º 0.99% 0.86% -
XYZ 29.57 15.24 3.13 -
YUV 70.87 108.89 233.65 -
System Red Green Blue C M Y K H S L
Decimal 219 2 37 0 0.99 0.83 0.14 350.32 0.98 0.43
Hex DB 2 25 0 63 53 E 15E 62 2B
Octal 333 2 45 0 143 123 16 536 142 53
Binary 11011011 10 100101 0 1100011 1010011 1110 101011110 1100010 101011

Color Harmonies of #DB0225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0225

Black with #DB0225

Text Example


Text Example

White with #DB0225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0225; }

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

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

background-color css

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

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

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

border-color css

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

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

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