Html Css Color HEX #DA3217 Harley Davidson Orange

📋 copy color: '#DA3217'

red 218 ◦ green 50 ◦ blue 23

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

Shades of Harley Davidson Orange #DA3217

Tints of Harley Davidson Orange #DA3217

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.18%

 BLUE value IS 23 (9.38% from 255) = 7.9%

R = 74.91%
G = 17.18%
B = 7.9%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA3217 (or 0xDA3217) is known color: Harley Davidson Orange. HEX triplet: DA, 32 and 17. RGB value is (218,50,23). Sum of RGB (Red+Green+Blue) = 218+50+23=291 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.91% from 291); Green value is 50 (19.92% from 255 or 17.18% from 291); Blue value is 23 (9.38% from 255 or 7.90% from 291); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3217 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3217 is #25CDE8. Grayscale: #616161. Windows color (decimal): -2477545 or 1520346. OLE color: 1520346.

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

Color convert

RGB 218 50 23 -
CMYK 0 0.77 0.89 0.15
HSL 8.31º 0.81% 0.47% -
HSV(B) 8.31º 0.89% 0.85% -
XYZ 30.21 17.25 2.55 -
YUV 97.15 86.16 214.2 -
System Red Green Blue C M Y K H S L
Decimal 218 50 23 0 0.77 0.89 0.15 8.31 0.81 0.47
Hex DA 32 17 0 4D 59 F 8 51 2F
Octal 332 62 27 0 115 131 17 10 121 57
Binary 11011010 110010 10111 0 1001101 1011001 1111 1000 1010001 101111

Color Harmonies of #DA3217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3217

Black with #DA3217

Text Example


Text Example

White with #DA3217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3217; }

 p { color: rgb(218,50,23); }

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

background-color css

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

 a { background-color: rgb(218,50,23); }

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

border-color css

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

 span { border-color: rgb(218,50,23); }

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