Html Css Color HEX #DA3E15 Harley Davidson Orange

📋 copy color: '#DA3E15'

red 218 ◦ green 62 ◦ blue 21

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

Shades of Harley Davidson Orange #DA3E15

Tints of Harley Davidson Orange #DA3E15

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.6%

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

R = 72.43%
G = 20.6%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA3E15 (or 0xDA3E15) is known color: Harley Davidson Orange. HEX triplet: DA, 3E and 15. RGB value is (218,62,21). Sum of RGB (Red+Green+Blue) = 218+62+21=301 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.43% from 301); Green value is 62 (24.61% from 255 or 20.60% from 301); Blue value is 21 (8.59% from 255 or 6.98% from 301); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3E15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3E15 is #25C1EA. Grayscale: #686868. Windows color (decimal): -2474475 or 1392346. OLE color: 1392346.

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

Color convert

RGB 218 62 21 -
CMYK 0 0.72 0.90 0.15
HSL 12.49º 0.82% 0.47% -
HSV(B) 12.49º 0.9% 0.85% -
XYZ 30.77 18.4 2.64 -
YUV 103.97 81.18 209.33 -
System Red Green Blue C M Y K H S L
Decimal 218 62 21 0 0.72 0.90 0.15 12.49 0.82 0.47
Hex DA 3E 15 0 48 5A F C 52 2F
Octal 332 76 25 0 110 132 17 14 122 57
Binary 11011010 111110 10101 0 1001000 1011010 1111 1100 1010010 101111

Color Harmonies of #DA3E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3E15

Black with #DA3E15

Text Example


Text Example

White with #DA3E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3E15; }

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

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

background-color css

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

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

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

border-color css

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

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

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