Html Css Color HEX #DA3A15 Harley Davidson Orange

📋 copy color: '#DA3A15'

red 218 ◦ green 58 ◦ blue 21

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

Shades of Harley Davidson Orange #DA3A15

Tints of Harley Davidson Orange #DA3A15

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.53%

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

R = 73.4%
G = 19.53%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA3A15 (or 0xDA3A15) is known color: Harley Davidson Orange. HEX triplet: DA, 3A and 15. RGB value is (218,58,21). Sum of RGB (Red+Green+Blue) = 218+58+21=297 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.40% from 297); Green value is 58 (23.05% from 255 or 19.53% from 297); Blue value is 21 (8.59% from 255 or 7.07% from 297); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3A15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3A15 is #25C5EA. Grayscale: #656565. Windows color (decimal): -2475499 or 1391322. OLE color: 1391322.

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

Color convert

RGB 218 58 21 -
CMYK 0 0.73 0.90 0.15
HSL 11.27º 0.82% 0.47% -
HSV(B) 11.27º 0.9% 0.85% -
XYZ 30.56 17.99 2.57 -
YUV 101.62 82.51 211.01 -
System Red Green Blue C M Y K H S L
Decimal 218 58 21 0 0.73 0.90 0.15 11.27 0.82 0.47
Hex DA 3A 15 0 49 5A F B 52 2F
Octal 332 72 25 0 111 132 17 13 122 57
Binary 11011010 111010 10101 0 1001001 1011010 1111 1011 1010010 101111

Color Harmonies of #DA3A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3A15

Black with #DA3A15

Text Example


Text Example

White with #DA3A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3A15; }

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

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

background-color css

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

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

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

border-color css

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

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

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