Html Css Color HEX #DA3316 Harley Davidson Orange

📋 copy color: '#DA3316'

red 218 ◦ green 51 ◦ blue 22

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

Shades of Harley Davidson Orange #DA3316

Tints of Harley Davidson Orange #DA3316

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.53%

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

R = 74.91%
G = 17.53%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA3316 (or 0xDA3316) is known color: Harley Davidson Orange. HEX triplet: DA, 33 and 16. RGB value is (218,51,22). Sum of RGB (Red+Green+Blue) = 218+51+22=291 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.91% from 291); Green value is 51 (20.31% from 255 or 17.53% from 291); Blue value is 22 (8.98% from 255 or 7.56% from 291); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3316 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3316 is #25CCE9. Grayscale: #616161. Windows color (decimal): -2477290 or 1455066. OLE color: 1455066.

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

Color convert

RGB 218 51 22 -
CMYK 0 0.77 0.90 0.15
HSL 8.88º 0.82% 0.47% -
HSV(B) 8.88º 0.9% 0.85% -
XYZ 30.24 17.33 2.51 -
YUV 97.63 85.33 213.86 -
System Red Green Blue C M Y K H S L
Decimal 218 51 22 0 0.77 0.90 0.15 8.88 0.82 0.47
Hex DA 33 16 0 4D 5A F 9 52 2F
Octal 332 63 26 0 115 132 17 11 122 57
Binary 11011010 110011 10110 0 1001101 1011010 1111 1001 1010010 101111

Color Harmonies of #DA3316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3316

Black with #DA3316

Text Example


Text Example

White with #DA3316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3316; }

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

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

background-color css

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

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

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

border-color css

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

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

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