Html Css Color HEX #DB0227 Fire Engine Red

📋 copy color: '#DB0227'

red 219 ◦ green 2 ◦ blue 39

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

Shades of Fire Engine Red #DB0227

Tints of Fire Engine Red #DB0227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15%

R = 84.23%
G = 0.77%
B = 15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DB0227 (or 0xDB0227) is known color: Fire Engine Red. HEX triplet: DB, 02 and 27. RGB value is (219,2,39). Sum of RGB (Red+Green+Blue) = 219+2+39=260 (34% of max value = 765). Red value is 219 (85.94% from 255 or 84.23% from 260); Green value is 2 (1.17% from 255 or 0.77% from 260); Blue value is 39 (15.62% from 255 or 15% from 260); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0227 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0227 is #24FDD8. Grayscale: #474747. Windows color (decimal): -2424281 or 2556635. OLE color: 2556635.

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

Color convert

RGB 219 2 39 -
CMYK 0 0.99 0.82 0.14
HSL 349.77º 0.98% 0.43% -
HSV(B) 349.77º 0.99% 0.86% -
XYZ 29.6 15.25 3.3 -
YUV 71.1 109.89 233.49 -
System Red Green Blue C M Y K H S L
Decimal 219 2 39 0 0.99 0.82 0.14 349.77 0.98 0.43
Hex DB 2 27 0 63 52 E 15E 62 2B
Octal 333 2 47 0 143 122 16 536 142 53
Binary 11011011 10 100111 0 1100011 1010010 1110 101011110 1100010 101011

Color Harmonies of #DB0227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0227

Black with #DB0227

Text Example


Text Example

White with #DB0227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0227; }

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

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

background-color css

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

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

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

border-color css

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

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

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