Html Css Color HEX #DA1A16 Harley Davidson Orange

📋 copy color: '#DA1A16'

red 218 ◦ green 26 ◦ blue 22

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

Shades of Harley Davidson Orange #DA1A16

Tints of Harley Davidson Orange #DA1A16

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.77%

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

R = 81.95%
G = 9.77%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA1A16 (or 0xDA1A16) is known color: Harley Davidson Orange. HEX triplet: DA, 1A and 16. RGB value is (218,26,22). Sum of RGB (Red+Green+Blue) = 218+26+22=266 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.95% from 266); Green value is 26 (10.55% from 255 or 9.77% from 266); Blue value is 22 (8.98% from 255 or 8.27% from 266); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA1A16 is #25E5E9. Grayscale: #535353. Windows color (decimal): -2483690 or 1448666. OLE color: 1448666.

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

Color convert

RGB 218 26 22 -
CMYK 0 0.88 0.90 0.15
HSL 1.22º 0.82% 0.47% -
HSV(B) 1.22º 0.9% 0.85% -
XYZ 29.43 15.7 2.24 -
YUV 82.95 93.61 224.33 -
System Red Green Blue C M Y K H S L
Decimal 218 26 22 0 0.88 0.90 0.15 1.22 0.82 0.47
Hex DA 1A 16 0 58 5A F 1 52 2F
Octal 332 32 26 0 130 132 17 1 122 57
Binary 11011010 11010 10110 0 1011000 1011010 1111 1 1010010 101111

Color Harmonies of #DA1A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1A16

Black with #DA1A16

Text Example


Text Example

White with #DA1A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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