Html Css Color HEX #DA3819 Harley Davidson Orange

📋 copy color: '#DA3819'

red 218 ◦ green 56 ◦ blue 25

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

Shades of Harley Davidson Orange #DA3819

Tints of Harley Davidson Orange #DA3819

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.36%

R = 72.91%
G = 18.73%
B = 8.36%

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

#DA3819 (or 0xDA3819) is known color: Harley Davidson Orange. HEX triplet: DA, 38 and 19. RGB value is (218,56,25). Sum of RGB (Red+Green+Blue) = 218+56+25=299 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.91% from 299); Green value is 56 (22.27% from 255 or 18.73% from 299); Blue value is 25 (10.16% from 255 or 8.36% from 299); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3819 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3819 is #25C7E6. Grayscale: #656565. Windows color (decimal): -2476007 or 1652954. OLE color: 1652954.

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

Color convert

RGB 218 56 25 -
CMYK 0 0.74 0.89 0.15
HSL 9.64º 0.79% 0.48% -
HSV(B) 9.64º 0.89% 0.85% -
XYZ 30.5 17.8 2.75 -
YUV 100.9 85.17 211.52 -
System Red Green Blue C M Y K H S L
Decimal 218 56 25 0 0.74 0.89 0.15 9.64 0.79 0.48
Hex DA 38 19 0 4A 59 F A 4F 30
Octal 332 70 31 0 112 131 17 12 117 60
Binary 11011010 111000 11001 0 1001010 1011001 1111 1010 1001111 110000

Color Harmonies of #DA3819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3819

Black with #DA3819

Text Example


Text Example

White with #DA3819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3819; }

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

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

background-color css

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

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

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

border-color css

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

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

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