Html Css Color HEX #DB3F05 Harley Davidson Orange

📋 copy color: '#DB3F05'

red 219 ◦ green 63 ◦ blue 5

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

Shades of Harley Davidson Orange #DB3F05

Tints of Harley Davidson Orange #DB3F05

RGB

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

 GREEN value IS 63 (25% from 255) = 21.95%

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

R = 76.31%
G = 21.95%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DB3F05 (or 0xDB3F05) is known color: Harley Davidson Orange. HEX triplet: DB, 3F and 05. RGB value is (219,63,5). Sum of RGB (Red+Green+Blue) = 219+63+5=287 (38% of max value = 765). Red value is 219 (85.94% from 255 or 76.31% from 287); Green value is 63 (25% from 255 or 21.95% from 287); Blue value is 5 (2.34% from 255 or 1.74% from 287); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3F05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3F05 is #24C0FA. Grayscale: #676767. Windows color (decimal): -2408699 or 344027. OLE color: 344027.

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

Color convert

RGB 219 63 5 -
CMYK 0 0.71 0.98 0.14
HSL 16.26º 0.96% 0.44% -
HSV(B) 16.26º 0.98% 0.86% -
XYZ 31.02 18.63 2.1 -
YUV 103.03 72.68 210.72 -
System Red Green Blue C M Y K H S L
Decimal 219 63 5 0 0.71 0.98 0.14 16.26 0.96 0.44
Hex DB 3F 5 0 47 62 E 10 60 2C
Octal 333 77 5 0 107 142 16 20 140 54
Binary 11011011 111111 101 0 1000111 1100010 1110 10000 1100000 101100

Color Harmonies of #DB3F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3F05

Black with #DB3F05

Text Example


Text Example

White with #DB3F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3F05; }

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

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

background-color css

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

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

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

border-color css

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

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

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