Html Css Color HEX #DA3315 Harley Davidson Orange

📋 copy color: '#DA3315'

red 218 ◦ green 51 ◦ blue 21

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

Shades of Harley Davidson Orange #DA3315

Tints of Harley Davidson Orange #DA3315

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.59%

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

R = 75.17%
G = 17.59%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA3315 (or 0xDA3315) is known color: Harley Davidson Orange. HEX triplet: DA, 33 and 15. RGB value is (218,51,21). Sum of RGB (Red+Green+Blue) = 218+51+21=290 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.17% from 290); Green value is 51 (20.31% from 255 or 17.59% from 290); Blue value is 21 (8.59% from 255 or 7.24% from 290); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3315 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3315 is #25CCEA. Grayscale: #616161. Windows color (decimal): -2477291 or 1389530. OLE color: 1389530.

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

Color convert

RGB 218 51 21 -
CMYK 0 0.77 0.90 0.15
HSL 9.14º 0.82% 0.47% -
HSV(B) 9.14º 0.9% 0.85% -
XYZ 30.23 17.33 2.46 -
YUV 97.51 84.83 213.94 -
System Red Green Blue C M Y K H S L
Decimal 218 51 21 0 0.77 0.90 0.15 9.14 0.82 0.47
Hex DA 33 15 0 4D 5A F 9 52 2F
Octal 332 63 25 0 115 132 17 11 122 57
Binary 11011010 110011 10101 0 1001101 1011010 1111 1001 1010010 101111

Color Harmonies of #DA3315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3315

Black with #DA3315

Text Example


Text Example

White with #DA3315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3315; }

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

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

background-color css

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

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

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

border-color css

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

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

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