Html Css Color HEX #DA3317 Harley Davidson Orange

📋 copy color: '#DA3317'

red 218 ◦ green 51 ◦ blue 23

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

Shades of Harley Davidson Orange #DA3317

Tints of Harley Davidson Orange #DA3317

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.47%

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

R = 74.66%
G = 17.47%
B = 7.88%

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

#DA3317 (or 0xDA3317) is known color: Harley Davidson Orange. HEX triplet: DA, 33 and 17. RGB value is (218,51,23). Sum of RGB (Red+Green+Blue) = 218+51+23=292 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.66% from 292); Green value is 51 (20.31% from 255 or 17.47% from 292); Blue value is 23 (9.38% from 255 or 7.88% from 292); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3317 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3317 is #25CCE8. Grayscale: #626262. Windows color (decimal): -2477289 or 1520602. OLE color: 1520602.

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

Color convert

RGB 218 51 23 -
CMYK 0 0.77 0.89 0.15
HSL 8.62º 0.81% 0.47% -
HSV(B) 8.62º 0.89% 0.85% -
XYZ 30.25 17.33 2.56 -
YUV 97.74 85.83 213.78 -
System Red Green Blue C M Y K H S L
Decimal 218 51 23 0 0.77 0.89 0.15 8.62 0.81 0.47
Hex DA 33 17 0 4D 59 F 9 51 2F
Octal 332 63 27 0 115 131 17 11 121 57
Binary 11011010 110011 10111 0 1001101 1011001 1111 1001 1010001 101111

Color Harmonies of #DA3317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3317

Black with #DA3317

Text Example


Text Example

White with #DA3317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3317; }

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

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

background-color css

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

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

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

border-color css

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

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

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