Html Css Color HEX #DA3C16 Harley Davidson Orange

📋 copy color: '#DA3C16'

red 218 ◦ green 60 ◦ blue 22

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

Shades of Harley Davidson Orange #DA3C16

Tints of Harley Davidson Orange #DA3C16

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20%

 BLUE value IS 22 (8.98% from 255) = 7.33%

R = 72.67%
G = 20%
B = 7.33%

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

#DA3C16 (or 0xDA3C16) is known color: Harley Davidson Orange. HEX triplet: DA, 3C and 16. RGB value is (218,60,22). Sum of RGB (Red+Green+Blue) = 218+60+22=300 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.67% from 300); Green value is 60 (23.83% from 255 or 20% from 300); Blue value is 22 (8.98% from 255 or 7.33% from 300); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3C16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3C16 is #25C3E9. Grayscale: #676767. Windows color (decimal): -2474986 or 1457370. OLE color: 1457370.

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

Color convert

RGB 218 60 22 -
CMYK 0 0.72 0.90 0.15
HSL 11.63º 0.82% 0.47% -
HSV(B) 11.63º 0.9% 0.85% -
XYZ 30.67 18.2 2.65 -
YUV 102.91 82.35 210.09 -
System Red Green Blue C M Y K H S L
Decimal 218 60 22 0 0.72 0.90 0.15 11.63 0.82 0.47
Hex DA 3C 16 0 48 5A F C 52 2F
Octal 332 74 26 0 110 132 17 14 122 57
Binary 11011010 111100 10110 0 1001000 1011010 1111 1100 1010010 101111

Color Harmonies of #DA3C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3C16

Black with #DA3C16

Text Example


Text Example

White with #DA3C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3C16; }

 p { color: rgb(218,60,22); }

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

background-color css

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

 a { background-color: rgb(218,60,22); }

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

border-color css

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

 span { border-color: rgb(218,60,22); }

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