Html Css Color HEX #DB370C Harley Davidson Orange

📋 copy color: '#DB370C'

red 219 ◦ green 55 ◦ blue 12

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

Shades of Harley Davidson Orange #DB370C

Tints of Harley Davidson Orange #DB370C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.2%

R = 76.57%
G = 19.23%
B = 4.2%

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

#DB370C (or 0xDB370C) is known color: Harley Davidson Orange. HEX triplet: DB, 37 and 0C. RGB value is (219,55,12). Sum of RGB (Red+Green+Blue) = 219+55+12=286 (37% of max value = 765). Red value is 219 (85.94% from 255 or 76.57% from 286); Green value is 55 (21.88% from 255 or 19.23% from 286); Blue value is 12 (5.08% from 255 or 4.20% from 286); Max value from RGB is 219 - color contains mainly: red. Hex color #DB370C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB370C is #24C8F3. Grayscale: #636363. Windows color (decimal): -2410740 or 800731. OLE color: 800731.

HSL color Cylindrical-coordinate representation of color #DB370C: hue angle of 12.46º degrees, saturation: 0.9, 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 #DB370C is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 55 12 -
CMYK 0 0.75 0.95 0.14
HSL 12.46º 0.9% 0.45% -
HSV(B) 12.46º 0.95% 0.86% -
XYZ 30.65 17.82 2.17 -
YUV 99.13 78.83 213.5 -
System Red Green Blue C M Y K H S L
Decimal 219 55 12 0 0.75 0.95 0.14 12.46 0.9 0.45
Hex DB 37 C 0 4B 5F E C 5A 2D
Octal 333 67 14 0 113 137 16 14 132 55
Binary 11011011 110111 1100 0 1001011 1011111 1110 1100 1011010 101101

Color Harmonies of #DB370C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB370C

Black with #DB370C

Text Example


Text Example

White with #DB370C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB370C; }

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

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

background-color css

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

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

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

border-color css

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

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

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