Html Css Color HEX #DB0922 Fire Engine Red

📋 copy color: '#DB0922'

red 219 ◦ green 9 ◦ blue 34

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

Shades of Fire Engine Red #DB0922

Tints of Fire Engine Red #DB0922

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.98%

R = 83.59%
G = 3.44%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DB0922 (or 0xDB0922) is known color: Fire Engine Red. HEX triplet: DB, 09 and 22. RGB value is (219,9,34). Sum of RGB (Red+Green+Blue) = 219+9+34=262 (34% of max value = 765). Red value is 219 (85.94% from 255 or 83.59% from 262); Green value is 9 (3.91% from 255 or 3.44% from 262); Blue value is 34 (13.67% from 255 or 12.98% from 262); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0922 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0922 is #24F6DD. Grayscale: #4A4A4A. Windows color (decimal): -2422494 or 2230747. OLE color: 2230747.

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

Color convert

RGB 219 9 34 -
CMYK 0 0.96 0.84 0.14
HSL 352.86º 0.92% 0.45% -
HSV(B) 352.86º 0.96% 0.86% -
XYZ 29.6 15.37 2.92 -
YUV 74.64 105.07 230.97 -
System Red Green Blue C M Y K H S L
Decimal 219 9 34 0 0.96 0.84 0.14 352.86 0.92 0.45
Hex DB 9 22 0 60 54 E 161 5C 2D
Octal 333 11 42 0 140 124 16 541 134 55
Binary 11011011 1001 100010 0 1100000 1010100 1110 101100001 1011100 101101

Color Harmonies of #DB0922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0922

Black with #DB0922

Text Example


Text Example

White with #DB0922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0922; }

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

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

background-color css

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

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

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

border-color css

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

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

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