Html Css Color HEX #DA3718 Harley Davidson Orange

📋 copy color: '#DA3718'

red 218 ◦ green 55 ◦ blue 24

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

Shades of Harley Davidson Orange #DA3718

Tints of Harley Davidson Orange #DA3718

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.52%

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

R = 73.4%
G = 18.52%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA3718 (or 0xDA3718) is known color: Harley Davidson Orange. HEX triplet: DA, 37 and 18. RGB value is (218,55,24). Sum of RGB (Red+Green+Blue) = 218+55+24=297 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.40% from 297); Green value is 55 (21.88% from 255 or 18.52% from 297); Blue value is 24 (9.77% from 255 or 8.08% from 297); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3718 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3718 is #25C8E7. Grayscale: #646464. Windows color (decimal): -2476264 or 1587162. OLE color: 1587162.

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

Color convert

RGB 218 55 24 -
CMYK 0 0.75 0.89 0.15
HSL 9.59º 0.8% 0.47% -
HSV(B) 9.59º 0.89% 0.85% -
XYZ 30.44 17.7 2.68 -
YUV 100.2 85 212.02 -
System Red Green Blue C M Y K H S L
Decimal 218 55 24 0 0.75 0.89 0.15 9.59 0.8 0.47
Hex DA 37 18 0 4B 59 F A 50 2F
Octal 332 67 30 0 113 131 17 12 120 57
Binary 11011010 110111 11000 0 1001011 1011001 1111 1010 1010000 101111

Color Harmonies of #DA3718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3718

Black with #DA3718

Text Example


Text Example

White with #DA3718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3718; }

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

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

background-color css

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

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

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

border-color css

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

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

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