Html Css Color HEX #DB0823 Fire Engine Red

📋 copy color: '#DB0823'

red 219 ◦ green 8 ◦ blue 35

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

Shades of Fire Engine Red #DB0823

Tints of Fire Engine Red #DB0823

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.05%

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

R = 83.59%
G = 3.05%
B = 13.36%

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

#DB0823 (or 0xDB0823) is known color: Fire Engine Red. HEX triplet: DB, 08 and 23. RGB value is (219,8,35). Sum of RGB (Red+Green+Blue) = 219+8+35=262 (34% of max value = 765). Red value is 219 (85.94% from 255 or 83.59% from 262); Green value is 8 (3.52% from 255 or 3.05% from 262); Blue value is 35 (14.06% from 255 or 13.36% from 262); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0823 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0823 is #24F7DC. Grayscale: #4A4A4A. Windows color (decimal): -2422749 or 2296027. OLE color: 2296027.

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

Color convert

RGB 219 8 35 -
CMYK 0 0.96 0.84 0.14
HSL 352.32º 0.93% 0.45% -
HSV(B) 352.32º 0.96% 0.86% -
XYZ 29.6 15.36 2.99 -
YUV 74.17 105.9 231.3 -
System Red Green Blue C M Y K H S L
Decimal 219 8 35 0 0.96 0.84 0.14 352.32 0.93 0.45
Hex DB 8 23 0 60 54 E 160 5D 2D
Octal 333 10 43 0 140 124 16 540 135 55
Binary 11011011 1000 100011 0 1100000 1010100 1110 101100000 1011101 101101

Color Harmonies of #DB0823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0823

Black with #DB0823

Text Example


Text Example

White with #DB0823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0823; }

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

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

background-color css

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

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

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

border-color css

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

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

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