Html Css Color HEX #DA4912 Harley Davidson Orange

📋 copy color: '#DA4912'

red 218 ◦ green 73 ◦ blue 18

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

Shades of Harley Davidson Orange #DA4912

Tints of Harley Davidson Orange #DA4912

RGB

 RED value IS 218 (85.55% from 255) = 70.55%

 GREEN value IS 73 (28.91% from 255) = 23.62%

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

R = 70.55%
G = 23.62%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DA4912 (or 0xDA4912) is known color: Harley Davidson Orange. HEX triplet: DA, 49 and 12. RGB value is (218,73,18). Sum of RGB (Red+Green+Blue) = 218+73+18=309 (40% of max value = 765). Red value is 218 (85.55% from 255 or 70.55% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 18 (7.42% from 255 or 5.83% from 309); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4912 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4912 is #25B6ED. Grayscale: #6E6E6E. Windows color (decimal): -2471662 or 1198554. OLE color: 1198554.

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

Color convert

RGB 218 73 18 -
CMYK 0 0.67 0.92 0.15
HSL 16.5º 0.85% 0.46% -
HSV(B) 16.5º 0.92% 0.85% -
XYZ 31.41 19.71 2.72 -
YUV 110.09 76.04 204.97 -
System Red Green Blue C M Y K H S L
Decimal 218 73 18 0 0.67 0.92 0.15 16.5 0.85 0.46
Hex DA 49 12 0 43 5C F 10 55 2E
Octal 332 111 22 0 103 134 17 20 125 56
Binary 11011010 1001001 10010 0 1000011 1011100 1111 10000 1010101 101110

Color Harmonies of #DA4912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4912

Black with #DA4912

Text Example


Text Example

White with #DA4912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4912; }

 p { color: rgb(218,73,18); }

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

background-color css

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

 a { background-color: rgb(218,73,18); }

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

border-color css

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

 span { border-color: rgb(218,73,18); }

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