Html Css Color HEX #DB3C05 Harley Davidson Orange

📋 copy color: '#DB3C05'

red 219 ◦ green 60 ◦ blue 5

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

Shades of Harley Davidson Orange #DB3C05

Tints of Harley Davidson Orange #DB3C05

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.13%

 BLUE value IS 5 (2.34% from 255) = 1.76%

R = 77.11%
G = 21.13%
B = 1.76%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DB3C05 (or 0xDB3C05) is known color: Harley Davidson Orange. HEX triplet: DB, 3C and 05. RGB value is (219,60,5). Sum of RGB (Red+Green+Blue) = 219+60+5=284 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.11% from 284); Green value is 60 (23.83% from 255 or 21.13% from 284); Blue value is 5 (2.34% from 255 or 1.76% from 284); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3C05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3C05 is #24C3FA. Grayscale: #656565. Windows color (decimal): -2409467 or 343259. OLE color: 343259.

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

Color convert

RGB 219 60 5 -
CMYK 0 0.73 0.98 0.14
HSL 15.42º 0.96% 0.44% -
HSV(B) 15.42º 0.98% 0.86% -
XYZ 30.86 18.3 2.05 -
YUV 101.27 73.68 211.97 -
System Red Green Blue C M Y K H S L
Decimal 219 60 5 0 0.73 0.98 0.14 15.42 0.96 0.44
Hex DB 3C 5 0 49 62 E F 60 2C
Octal 333 74 5 0 111 142 16 17 140 54
Binary 11011011 111100 101 0 1001001 1100010 1110 1111 1100000 101100

Color Harmonies of #DB3C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3C05

Black with #DB3C05

Text Example


Text Example

White with #DB3C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3C05; }

 p { color: rgb(219,60,5); }

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

background-color css

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

 a { background-color: rgb(219,60,5); }

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

border-color css

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

 span { border-color: rgb(219,60,5); }

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