Html Css Color HEX #DB3A0C Harley Davidson Orange

📋 copy color: '#DB3A0C'

red 219 ◦ green 58 ◦ blue 12

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

Shades of Harley Davidson Orange #DB3A0C

Tints of Harley Davidson Orange #DB3A0C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.07%

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

R = 75.78%
G = 20.07%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB3A0C (or 0xDB3A0C) is known color: Harley Davidson Orange. HEX triplet: DB, 3A and 0C. RGB value is (219,58,12). Sum of RGB (Red+Green+Blue) = 219+58+12=289 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.78% from 289); Green value is 58 (23.05% from 255 or 20.07% from 289); Blue value is 12 (5.08% from 255 or 4.15% from 289); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3A0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3A0C is #24C5F3. Grayscale: #656565. Windows color (decimal): -2409972 or 801499. OLE color: 801499.

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

Color convert

RGB 219 58 12 -
CMYK 0 0.74 0.95 0.14
HSL 13.33º 0.9% 0.45% -
HSV(B) 13.33º 0.95% 0.86% -
XYZ 30.79 18.11 2.22 -
YUV 100.9 77.84 212.24 -
System Red Green Blue C M Y K H S L
Decimal 219 58 12 0 0.74 0.95 0.14 13.33 0.9 0.45
Hex DB 3A C 0 4A 5F E D 5A 2D
Octal 333 72 14 0 112 137 16 15 132 55
Binary 11011011 111010 1100 0 1001010 1011111 1110 1101 1011010 101101

Color Harmonies of #DB3A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3A0C

Black with #DB3A0C

Text Example


Text Example

White with #DB3A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3A0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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