Html Css Color HEX #DB370A Harley Davidson Orange

📋 copy color: '#DB370A'

red 219 ◦ green 55 ◦ blue 10

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

Shades of Harley Davidson Orange #DB370A

Tints of Harley Davidson Orange #DB370A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.37%

 BLUE value IS 10 (4.3% from 255) = 3.52%

R = 77.11%
G = 19.37%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB370A (or 0xDB370A) is known color: Harley Davidson Orange. HEX triplet: DB, 37 and 0A. RGB value is (219,55,10). Sum of RGB (Red+Green+Blue) = 219+55+10=284 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.11% from 284); Green value is 55 (21.88% from 255 or 19.37% from 284); Blue value is 10 (4.30% from 255 or 3.52% from 284); Max value from RGB is 219 - color contains mainly: red. Hex color #DB370A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB370A is #24C8F5. Grayscale: #636363. Windows color (decimal): -2410742 or 669659. OLE color: 669659.

HSL color Cylindrical-coordinate representation of color #DB370A: hue angle of 12.92º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB370A is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 55 10 -
CMYK 0 0.75 0.95 0.14
HSL 12.92º 0.91% 0.45% -
HSV(B) 12.92º 0.95% 0.86% -
XYZ 30.63 17.81 2.11 -
YUV 98.91 77.83 213.66 -
System Red Green Blue C M Y K H S L
Decimal 219 55 10 0 0.75 0.95 0.14 12.92 0.91 0.45
Hex DB 37 A 0 4B 5F E D 5B 2D
Octal 333 67 12 0 113 137 16 15 133 55
Binary 11011011 110111 1010 0 1001011 1011111 1110 1101 1011011 101101

Color Harmonies of #DB370A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB370A

Black with #DB370A

Text Example


Text Example

White with #DB370A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB370A; }

 p { color: rgb(219,55,10); }

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

background-color css

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

 a { background-color: rgb(219,55,10); }

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

border-color css

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

 span { border-color: rgb(219,55,10); }

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