Html Css Color HEX #DA4015 Harley Davidson Orange

📋 copy color: '#DA4015'

red 218 ◦ green 64 ◦ blue 21

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

Shades of Harley Davidson Orange #DA4015

Tints of Harley Davidson Orange #DA4015

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.12%

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

R = 71.95%
G = 21.12%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA4015 (or 0xDA4015) is known color: Harley Davidson Orange. HEX triplet: DA, 40 and 15. RGB value is (218,64,21). Sum of RGB (Red+Green+Blue) = 218+64+21=303 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.95% from 303); Green value is 64 (25.39% from 255 or 21.12% from 303); Blue value is 21 (8.59% from 255 or 6.93% from 303); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4015 is #25BFEA. Grayscale: #696969. Windows color (decimal): -2473963 or 1392858. OLE color: 1392858.

HSL color Cylindrical-coordinate representation of color #DA4015: hue angle of 13.1º 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 #DA4015 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 64 21 -
CMYK 0 0.71 0.90 0.15
HSL 13.1º 0.82% 0.47% -
HSV(B) 13.1º 0.9% 0.85% -
XYZ 30.88 18.63 2.68 -
YUV 105.14 80.52 208.5 -
System Red Green Blue C M Y K H S L
Decimal 218 64 21 0 0.71 0.90 0.15 13.1 0.82 0.47
Hex DA 40 15 0 47 5A F D 52 2F
Octal 332 100 25 0 107 132 17 15 122 57
Binary 11011010 1000000 10101 0 1000111 1011010 1111 1101 1010010 101111

Color Harmonies of #DA4015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4015

Black with #DA4015

Text Example


Text Example

White with #DA4015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4015; }

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

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

background-color css

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

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

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

border-color css

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

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

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