Html Css Color HEX #DA4715 Harley Davidson Orange

📋 copy color: '#DA4715'

red 218 ◦ green 71 ◦ blue 21

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

Shades of Harley Davidson Orange #DA4715

Tints of Harley Davidson Orange #DA4715

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.9%

 BLUE value IS 21 (8.59% from 255) = 6.77%

R = 70.32%
G = 22.9%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA4715 (or 0xDA4715) is known color: Harley Davidson Orange. HEX triplet: DA, 47 and 15. RGB value is (218,71,21). Sum of RGB (Red+Green+Blue) = 218+71+21=310 (41% of max value = 765). Red value is 218 (85.55% from 255 or 70.32% from 310); Green value is 71 (28.12% from 255 or 22.90% from 310); Blue value is 21 (8.59% from 255 or 6.77% from 310); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4715 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4715 is #25B8EA. Grayscale: #6D6D6D. Windows color (decimal): -2472171 or 1394650. OLE color: 1394650.

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

Color convert

RGB 218 71 21 -
CMYK 0 0.67 0.90 0.15
HSL 15.23º 0.82% 0.47% -
HSV(B) 15.23º 0.9% 0.85% -
XYZ 31.3 19.47 2.82 -
YUV 109.25 78.2 205.57 -
System Red Green Blue C M Y K H S L
Decimal 218 71 21 0 0.67 0.90 0.15 15.23 0.82 0.47
Hex DA 47 15 0 43 5A F F 52 2F
Octal 332 107 25 0 103 132 17 17 122 57
Binary 11011010 1000111 10101 0 1000011 1011010 1111 1111 1010010 101111

Color Harmonies of #DA4715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4715

Black with #DA4715

Text Example


Text Example

White with #DA4715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4715; }

 p { color: rgb(218,71,21); }

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

background-color css

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

 a { background-color: rgb(218,71,21); }

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

border-color css

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

 span { border-color: rgb(218,71,21); }

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