Html Css Color HEX #DA3A16 Harley Davidson Orange

📋 copy color: '#DA3A16'

red 218 ◦ green 58 ◦ blue 22

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

Shades of Harley Davidson Orange #DA3A16

Tints of Harley Davidson Orange #DA3A16

RGB

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

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

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

R = 73.15%
G = 19.46%
B = 7.38%

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

#DA3A16 (or 0xDA3A16) is known color: Harley Davidson Orange. HEX triplet: DA, 3A and 16. RGB value is (218,58,22). Sum of RGB (Red+Green+Blue) = 218+58+22=298 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.15% from 298); Green value is 58 (23.05% from 255 or 19.46% from 298); Blue value is 22 (8.98% from 255 or 7.38% from 298); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3A16 is #25C5E9. Grayscale: #666666. Windows color (decimal): -2475498 or 1456858. OLE color: 1456858.

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

Color convert

RGB 218 58 22 -
CMYK 0 0.73 0.90 0.15
HSL 11.02º 0.82% 0.47% -
HSV(B) 11.02º 0.9% 0.85% -
XYZ 30.57 17.99 2.62 -
YUV 101.74 83.01 210.93 -
System Red Green Blue C M Y K H S L
Decimal 218 58 22 0 0.73 0.90 0.15 11.02 0.82 0.47
Hex DA 3A 16 0 49 5A F B 52 2F
Octal 332 72 26 0 111 132 17 13 122 57
Binary 11011010 111010 10110 0 1001001 1011010 1111 1011 1010010 101111

Color Harmonies of #DA3A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3A16

Black with #DA3A16

Text Example


Text Example

White with #DA3A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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