Html Css Color HEX #DB0927 Fire Engine Red

📋 copy color: '#DB0927'

red 219 ◦ green 9 ◦ blue 39

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

Shades of Fire Engine Red #DB0927

Tints of Fire Engine Red #DB0927

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.37%

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

R = 82.02%
G = 3.37%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DB0927 (or 0xDB0927) is known color: Fire Engine Red. HEX triplet: DB, 09 and 27. RGB value is (219,9,39). Sum of RGB (Red+Green+Blue) = 219+9+39=267 (35% of max value = 765). Red value is 219 (85.94% from 255 or 82.02% from 267); Green value is 9 (3.91% from 255 or 3.37% from 267); Blue value is 39 (15.62% from 255 or 14.61% from 267); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0927 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0927 is #24F6D8. Grayscale: #4B4B4B. Windows color (decimal): -2422489 or 2558427. OLE color: 2558427.

HSL color Cylindrical-coordinate representation of color #DB0927: hue angle of 351.43º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB0927 is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 9 39 -
CMYK 0 0.96 0.82 0.14
HSL 351.43º 0.92% 0.45% -
HSV(B) 351.43º 0.96% 0.86% -
XYZ 29.68 15.4 3.33 -
YUV 75.21 107.57 230.56 -
System Red Green Blue C M Y K H S L
Decimal 219 9 39 0 0.96 0.82 0.14 351.43 0.92 0.45
Hex DB 9 27 0 60 52 E 15F 5C 2D
Octal 333 11 47 0 140 122 16 537 134 55
Binary 11011011 1001 100111 0 1100000 1010010 1110 101011111 1011100 101101

Color Harmonies of #DB0927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0927

Black with #DB0927

Text Example


Text Example

White with #DB0927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0927; }

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

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

background-color css

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

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

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

border-color css

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

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

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