Html Css Color HEX #DB2318 Harley Davidson Orange

📋 copy color: '#DB2318'

red 219 ◦ green 35 ◦ blue 24

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

Shades of Harley Davidson Orange #DB2318

Tints of Harley Davidson Orange #DB2318

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.59%

 BLUE value IS 24 (9.77% from 255) = 8.63%

R = 78.78%
G = 12.59%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB2318 (or 0xDB2318) is known color: Harley Davidson Orange. HEX triplet: DB, 23 and 18. RGB value is (219,35,24). Sum of RGB (Red+Green+Blue) = 219+35+24=278 (36% of max value = 765). Red value is 219 (85.94% from 255 or 78.78% from 278); Green value is 35 (14.06% from 255 or 12.59% from 278); Blue value is 24 (9.77% from 255 or 8.63% from 278); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2318 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2318 is #24DCE7. Grayscale: #585858. Windows color (decimal): -2415848 or 1582043. OLE color: 1582043.

HSL color Cylindrical-coordinate representation of color #DB2318: hue angle of 3.38º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB2318 is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 35 24 -
CMYK 0 0.84 0.89 0.14
HSL 3.38º 0.8% 0.48% -
HSV(B) 3.38º 0.89% 0.86% -
XYZ 29.98 16.33 2.44 -
YUV 88.76 91.46 220.89 -
System Red Green Blue C M Y K H S L
Decimal 219 35 24 0 0.84 0.89 0.14 3.38 0.8 0.48
Hex DB 23 18 0 54 59 E 3 50 30
Octal 333 43 30 0 124 131 16 3 120 60
Binary 11011011 100011 11000 0 1010100 1011001 1110 11 1010000 110000

Color Harmonies of #DB2318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2318

Black with #DB2318

Text Example


Text Example

White with #DB2318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2318; }

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

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

background-color css

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

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

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

border-color css

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

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

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