Html Css Color HEX #DA3019 Harley Davidson Orange

📋 copy color: '#DA3019'

red 218 ◦ green 48 ◦ blue 25

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

Shades of Harley Davidson Orange #DA3019

Tints of Harley Davidson Orange #DA3019

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.49%

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

R = 74.91%
G = 16.49%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA3019 (or 0xDA3019) is known color: Harley Davidson Orange. HEX triplet: DA, 30 and 19. RGB value is (218,48,25). Sum of RGB (Red+Green+Blue) = 218+48+25=291 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.91% from 291); Green value is 48 (19.14% from 255 or 16.49% from 291); Blue value is 25 (10.16% from 255 or 8.59% from 291); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3019 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3019 is #25CFE6. Grayscale: #606060. Windows color (decimal): -2478055 or 1650906. OLE color: 1650906.

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

Color convert

RGB 218 48 25 -
CMYK 0 0.78 0.89 0.15
HSL 7.15º 0.79% 0.48% -
HSV(B) 7.15º 0.89% 0.85% -
XYZ 30.15 17.09 2.63 -
YUV 96.21 87.82 214.87 -
System Red Green Blue C M Y K H S L
Decimal 218 48 25 0 0.78 0.89 0.15 7.15 0.79 0.48
Hex DA 30 19 0 4E 59 F 7 4F 30
Octal 332 60 31 0 116 131 17 7 117 60
Binary 11011010 110000 11001 0 1001110 1011001 1111 111 1001111 110000

Color Harmonies of #DA3019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3019

Black with #DA3019

Text Example


Text Example

White with #DA3019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3019; }

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

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

background-color css

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

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

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

border-color css

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

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

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