Html Css Color HEX #DB3D05 Harley Davidson Orange

📋 copy color: '#DB3D05'

red 219 ◦ green 61 ◦ blue 5

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

Shades of Harley Davidson Orange #DB3D05

Tints of Harley Davidson Orange #DB3D05

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.4%

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

R = 76.84%
G = 21.4%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DB3D05 (or 0xDB3D05) is known color: Harley Davidson Orange. HEX triplet: DB, 3D and 05. RGB value is (219,61,5). Sum of RGB (Red+Green+Blue) = 219+61+5=285 (37% of max value = 765). Red value is 219 (85.94% from 255 or 76.84% from 285); Green value is 61 (24.22% from 255 or 21.40% from 285); Blue value is 5 (2.34% from 255 or 1.75% from 285); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3D05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3D05 is #24C2FA. Grayscale: #666666. Windows color (decimal): -2409211 or 343515. OLE color: 343515.

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

Color convert

RGB 219 61 5 -
CMYK 0 0.72 0.98 0.14
HSL 15.7º 0.96% 0.44% -
HSV(B) 15.7º 0.98% 0.86% -
XYZ 30.91 18.41 2.07 -
YUV 101.86 73.35 211.55 -
System Red Green Blue C M Y K H S L
Decimal 219 61 5 0 0.72 0.98 0.14 15.7 0.96 0.44
Hex DB 3D 5 0 48 62 E 10 60 2C
Octal 333 75 5 0 110 142 16 20 140 54
Binary 11011011 111101 101 0 1001000 1100010 1110 10000 1100000 101100

Color Harmonies of #DB3D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3D05

Black with #DB3D05

Text Example


Text Example

White with #DB3D05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3D05; }

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

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

background-color css

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

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

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

border-color css

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

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

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