Html Css Color HEX #DA4618 Harley Davidson Orange

📋 copy color: '#DA4618'

red 218 ◦ green 70 ◦ blue 24

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

Shades of Harley Davidson Orange #DA4618

Tints of Harley Davidson Orange #DA4618

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.44%

 BLUE value IS 24 (9.77% from 255) = 7.69%

R = 69.87%
G = 22.44%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA4618 (or 0xDA4618) is known color: Harley Davidson Orange. HEX triplet: DA, 46 and 18. RGB value is (218,70,24). Sum of RGB (Red+Green+Blue) = 218+70+24=312 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.87% from 312); Green value is 70 (27.73% from 255 or 22.44% from 312); Blue value is 24 (9.77% from 255 or 7.69% from 312); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4618 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4618 is #25B9E7. Grayscale: #6D6D6D. Windows color (decimal): -2472424 or 1591002. OLE color: 1591002.

HSL color Cylindrical-coordinate representation of color #DA4618: hue angle of 14.23º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA4618 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 70 24 -
CMYK 0 0.68 0.89 0.15
HSL 14.23º 0.8% 0.47% -
HSV(B) 14.23º 0.89% 0.85% -
XYZ 31.27 19.35 2.95 -
YUV 109.01 80.03 205.74 -
System Red Green Blue C M Y K H S L
Decimal 218 70 24 0 0.68 0.89 0.15 14.23 0.8 0.47
Hex DA 46 18 0 44 59 F E 50 2F
Octal 332 106 30 0 104 131 17 16 120 57
Binary 11011010 1000110 11000 0 1000100 1011001 1111 1110 1010000 101111

Color Harmonies of #DA4618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4618

Black with #DA4618

Text Example


Text Example

White with #DA4618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4618; }

 p { color: rgb(218,70,24); }

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

background-color css

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

 a { background-color: rgb(218,70,24); }

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

border-color css

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

 span { border-color: rgb(218,70,24); }

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