Html Css Color HEX #DA3915 Harley Davidson Orange

📋 copy color: '#DA3915'

red 218 ◦ green 57 ◦ blue 21

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

Shades of Harley Davidson Orange #DA3915

Tints of Harley Davidson Orange #DA3915

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.26%

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

R = 73.65%
G = 19.26%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA3915 (or 0xDA3915) is known color: Harley Davidson Orange. HEX triplet: DA, 39 and 15. RGB value is (218,57,21). Sum of RGB (Red+Green+Blue) = 218+57+21=296 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.65% from 296); Green value is 57 (22.66% from 255 or 19.26% from 296); Blue value is 21 (8.59% from 255 or 7.09% from 296); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3915 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3915 is #25C6EA. Grayscale: #656565. Windows color (decimal): -2475755 or 1391066. OLE color: 1391066.

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

Color convert

RGB 218 57 21 -
CMYK 0 0.74 0.90 0.15
HSL 10.96º 0.82% 0.47% -
HSV(B) 10.96º 0.9% 0.85% -
XYZ 30.51 17.89 2.55 -
YUV 101.04 82.84 211.43 -
System Red Green Blue C M Y K H S L
Decimal 218 57 21 0 0.74 0.90 0.15 10.96 0.82 0.47
Hex DA 39 15 0 4A 5A F B 52 2F
Octal 332 71 25 0 112 132 17 13 122 57
Binary 11011010 111001 10101 0 1001010 1011010 1111 1011 1010010 101111

Color Harmonies of #DA3915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3915

Black with #DA3915

Text Example


Text Example

White with #DA3915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3915; }

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

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

background-color css

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

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

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

border-color css

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

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

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