Html Css Color HEX #DB3D12 Harley Davidson Orange

📋 copy color: '#DB3D12'

red 219 ◦ green 61 ◦ blue 18

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

Shades of Harley Davidson Orange #DB3D12

Tints of Harley Davidson Orange #DB3D12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.04%

R = 73.49%
G = 20.47%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DB3D12 (or 0xDB3D12) is known color: Harley Davidson Orange. HEX triplet: DB, 3D and 12. RGB value is (219,61,18). Sum of RGB (Red+Green+Blue) = 219+61+18=298 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.49% from 298); Green value is 61 (24.22% from 255 or 20.47% from 298); Blue value is 18 (7.42% from 255 or 6.04% from 298); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3D12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3D12 is #24C2ED. Grayscale: #676767. Windows color (decimal): -2409198 or 1195483. OLE color: 1195483.

HSL color Cylindrical-coordinate representation of color #DB3D12: hue angle of 12.84º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB3D12 is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 61 18 -
CMYK 0 0.72 0.92 0.14
HSL 12.84º 0.85% 0.46% -
HSV(B) 12.84º 0.92% 0.86% -
XYZ 30.99 18.44 2.5 -
YUV 103.34 79.85 210.5 -
System Red Green Blue C M Y K H S L
Decimal 219 61 18 0 0.72 0.92 0.14 12.84 0.85 0.46
Hex DB 3D 12 0 48 5C E D 55 2E
Octal 333 75 22 0 110 134 16 15 125 56
Binary 11011011 111101 10010 0 1001000 1011100 1110 1101 1010101 101110

Color Harmonies of #DB3D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3D12

Black with #DB3D12

Text Example


Text Example

White with #DB3D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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