Html Css Color HEX #DA3015 Harley Davidson Orange

📋 copy color: '#DA3015'

red 218 ◦ green 48 ◦ blue 21

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

Shades of Harley Davidson Orange #DA3015

Tints of Harley Davidson Orange #DA3015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.32%

R = 75.96%
G = 16.72%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA3015 (or 0xDA3015) is known color: Harley Davidson Orange. HEX triplet: DA, 30 and 15. RGB value is (218,48,21). Sum of RGB (Red+Green+Blue) = 218+48+21=287 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.96% from 287); Green value is 48 (19.14% from 255 or 16.72% from 287); Blue value is 21 (8.59% from 255 or 7.32% from 287); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3015 is #25CFEA. Grayscale: #606060. Windows color (decimal): -2478059 or 1388762. OLE color: 1388762.

HSL color Cylindrical-coordinate representation of color #DA3015: hue angle of 8.22º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA3015 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 48 21 -
CMYK 0 0.78 0.90 0.15
HSL 8.22º 0.82% 0.47% -
HSV(B) 8.22º 0.9% 0.85% -
XYZ 30.11 17.07 2.42 -
YUV 95.75 85.82 215.2 -
System Red Green Blue C M Y K H S L
Decimal 218 48 21 0 0.78 0.90 0.15 8.22 0.82 0.47
Hex DA 30 15 0 4E 5A F 8 52 2F
Octal 332 60 25 0 116 132 17 10 122 57
Binary 11011010 110000 10101 0 1001110 1011010 1111 1000 1010010 101111

Color Harmonies of #DA3015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3015

Black with #DA3015

Text Example


Text Example

White with #DA3015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3015; }

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

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

background-color css

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

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

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

border-color css

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

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

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