Html Css Color HEX #DA1611 Harley Davidson Orange

📋 copy color: '#DA1611'

red 218 ◦ green 22 ◦ blue 17

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

Shades of Harley Davidson Orange #DA1611

Tints of Harley Davidson Orange #DA1611

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.56%

 BLUE value IS 17 (7.03% from 255) = 6.61%

R = 84.82%
G = 8.56%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DA1611 (or 0xDA1611) is known color: Harley Davidson Orange. HEX triplet: DA, 16 and 11. RGB value is (218,22,17). Sum of RGB (Red+Green+Blue) = 218+22+17=257 (34% of max value = 765). Red value is 218 (85.55% from 255 or 84.82% from 257); Green value is 22 (8.98% from 255 or 8.56% from 257); Blue value is 17 (7.03% from 255 or 6.61% from 257); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1611 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA1611 is #25E9EE. Grayscale: #505050. Windows color (decimal): -2484719 or 1119962. OLE color: 1119962.

HSL color Cylindrical-coordinate representation of color #DA1611: hue angle of 1.49º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA1611 is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 22 17 -
CMYK 0 0.90 0.92 0.15
HSL 1.49º 0.86% 0.46% -
HSV(B) 1.49º 0.92% 0.85% -
XYZ 29.3 15.52 1.98 -
YUV 80.03 92.43 226.41 -
System Red Green Blue C M Y K H S L
Decimal 218 22 17 0 0.90 0.92 0.15 1.49 0.86 0.46
Hex DA 16 11 0 5A 5C F 1 56 2E
Octal 332 26 21 0 132 134 17 1 126 56
Binary 11011010 10110 10001 0 1011010 1011100 1111 1 1010110 101110

Color Harmonies of #DA1611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1611

Black with #DA1611

Text Example


Text Example

White with #DA1611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1611; }

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

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

background-color css

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

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

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

border-color css

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

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

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