Html Css Color HEX #DA4B15 Harley Davidson Orange

📋 copy color: '#DA4B15'

red 218 ◦ green 75 ◦ blue 21

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

Shades of Harley Davidson Orange #DA4B15

Tints of Harley Davidson Orange #DA4B15

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.89%

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

R = 69.43%
G = 23.89%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA4B15 (or 0xDA4B15) is known color: Harley Davidson Orange. HEX triplet: DA, 4B and 15. RGB value is (218,75,21). Sum of RGB (Red+Green+Blue) = 218+75+21=314 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.43% from 314); Green value is 75 (29.69% from 255 or 23.89% from 314); Blue value is 21 (8.59% from 255 or 6.69% from 314); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4B15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4B15 is #25B4EA. Grayscale: #6F6F6F. Windows color (decimal): -2471147 or 1395674. OLE color: 1395674.

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

Color convert

RGB 218 75 21 -
CMYK 0 0.66 0.90 0.15
HSL 16.45º 0.82% 0.47% -
HSV(B) 16.45º 0.9% 0.85% -
XYZ 31.56 19.99 2.9 -
YUV 111.6 76.88 203.89 -
System Red Green Blue C M Y K H S L
Decimal 218 75 21 0 0.66 0.90 0.15 16.45 0.82 0.47
Hex DA 4B 15 0 42 5A F 10 52 2F
Octal 332 113 25 0 102 132 17 20 122 57
Binary 11011010 1001011 10101 0 1000010 1011010 1111 10000 1010010 101111

Color Harmonies of #DA4B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4B15

Black with #DA4B15

Text Example


Text Example

White with #DA4B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4B15; }

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

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

background-color css

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

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

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

border-color css

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

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

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