Html Css Color HEX #DB0923 Fire Engine Red

📋 copy color: '#DB0923'

red 219 ◦ green 9 ◦ blue 35

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

Shades of Fire Engine Red #DB0923

Tints of Fire Engine Red #DB0923

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.31%

R = 83.27%
G = 3.42%
B = 13.31%

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

#DB0923 (or 0xDB0923) is known color: Fire Engine Red. HEX triplet: DB, 09 and 23. RGB value is (219,9,35). Sum of RGB (Red+Green+Blue) = 219+9+35=263 (34% of max value = 765). Red value is 219 (85.94% from 255 or 83.27% from 263); Green value is 9 (3.91% from 255 or 3.42% from 263); Blue value is 35 (14.06% from 255 or 13.31% from 263); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0923 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0923 is #24F6DC. Grayscale: #4A4A4A. Windows color (decimal): -2422493 or 2296283. OLE color: 2296283.

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

Color convert

RGB 219 9 35 -
CMYK 0 0.96 0.84 0.14
HSL 352.57º 0.92% 0.45% -
HSV(B) 352.57º 0.96% 0.86% -
XYZ 29.61 15.38 3 -
YUV 74.75 105.57 230.89 -
System Red Green Blue C M Y K H S L
Decimal 219 9 35 0 0.96 0.84 0.14 352.57 0.92 0.45
Hex DB 9 23 0 60 54 E 161 5C 2D
Octal 333 11 43 0 140 124 16 541 134 55
Binary 11011011 1001 100011 0 1100000 1010100 1110 101100001 1011100 101101

Color Harmonies of #DB0923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0923

Black with #DB0923

Text Example


Text Example

White with #DB0923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0923; }

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

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

background-color css

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

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

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

border-color css

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

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

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