Html Css Color HEX #DA3817 Harley Davidson Orange

📋 copy color: '#DA3817'

red 218 ◦ green 56 ◦ blue 23

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

Shades of Harley Davidson Orange #DA3817

Tints of Harley Davidson Orange #DA3817

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.86%

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

R = 73.4%
G = 18.86%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA3817 (or 0xDA3817) is known color: Harley Davidson Orange. HEX triplet: DA, 38 and 17. RGB value is (218,56,23). Sum of RGB (Red+Green+Blue) = 218+56+23=297 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.40% from 297); Green value is 56 (22.27% from 255 or 18.86% from 297); Blue value is 23 (9.38% from 255 or 7.74% from 297); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3817 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3817 is #25C7E8. Grayscale: #646464. Windows color (decimal): -2476009 or 1521882. OLE color: 1521882.

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

Color convert

RGB 218 56 23 -
CMYK 0 0.74 0.89 0.15
HSL 10.15º 0.81% 0.47% -
HSV(B) 10.15º 0.89% 0.85% -
XYZ 30.48 17.8 2.64 -
YUV 100.68 84.17 211.68 -
System Red Green Blue C M Y K H S L
Decimal 218 56 23 0 0.74 0.89 0.15 10.15 0.81 0.47
Hex DA 38 17 0 4A 59 F A 51 2F
Octal 332 70 27 0 112 131 17 12 121 57
Binary 11011010 111000 10111 0 1001010 1011001 1111 1010 1010001 101111

Color Harmonies of #DA3817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3817

Black with #DA3817

Text Example


Text Example

White with #DA3817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3817; }

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

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

background-color css

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

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

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

border-color css

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

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

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