Html Css Color HEX #DA3013 Harley Davidson Orange

📋 copy color: '#DA3013'

red 218 ◦ green 48 ◦ blue 19

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

Shades of Harley Davidson Orange #DA3013

Tints of Harley Davidson Orange #DA3013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.67%

R = 76.49%
G = 16.84%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA3013 (or 0xDA3013) is known color: Harley Davidson Orange. HEX triplet: DA, 30 and 13. RGB value is (218,48,19). Sum of RGB (Red+Green+Blue) = 218+48+19=285 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.49% from 285); Green value is 48 (19.14% from 255 or 16.84% from 285); Blue value is 19 (7.81% from 255 or 6.67% from 285); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3013 is #25CFEC. Grayscale: #5F5F5F. Windows color (decimal): -2478061 or 1257690. OLE color: 1257690.

HSL color Cylindrical-coordinate representation of color #DA3013: hue angle of 8.74º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA3013 is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 48 19 -
CMYK 0 0.78 0.91 0.15
HSL 8.74º 0.84% 0.46% -
HSV(B) 8.74º 0.91% 0.85% -
XYZ 30.09 17.07 2.32 -
YUV 95.52 84.82 215.36 -
System Red Green Blue C M Y K H S L
Decimal 218 48 19 0 0.78 0.91 0.15 8.74 0.84 0.46
Hex DA 30 13 0 4E 5B F 9 54 2E
Octal 332 60 23 0 116 133 17 11 124 56
Binary 11011010 110000 10011 0 1001110 1011011 1111 1001 1010100 101110

Color Harmonies of #DA3013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3013

Black with #DA3013

Text Example


Text Example

White with #DA3013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3013; }

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

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

background-color css

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

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

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

border-color css

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

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

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