Html Css Color HEX #DA2C11 Harley Davidson Orange

📋 copy color: '#DA2C11'

red 218 ◦ green 44 ◦ blue 17

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

Shades of Harley Davidson Orange #DA2C11

Tints of Harley Davidson Orange #DA2C11

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.77%

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

R = 78.14%
G = 15.77%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DA2C11 (or 0xDA2C11) is known color: Harley Davidson Orange. HEX triplet: DA, 2C and 11. RGB value is (218,44,17). Sum of RGB (Red+Green+Blue) = 218+44+17=279 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.14% from 279); Green value is 44 (17.58% from 255 or 15.77% from 279); Blue value is 17 (7.03% from 255 or 6.09% from 279); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2C11 is #25D3EE. Grayscale: #5D5D5D. Windows color (decimal): -2479087 or 1125594. OLE color: 1125594.

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

Color convert

RGB 218 44 17 -
CMYK 0 0.80 0.92 0.15
HSL 8.06º 0.86% 0.46% -
HSV(B) 8.06º 0.92% 0.85% -
XYZ 29.92 16.75 2.19 -
YUV 92.95 85.15 217.2 -
System Red Green Blue C M Y K H S L
Decimal 218 44 17 0 0.80 0.92 0.15 8.06 0.86 0.46
Hex DA 2C 11 0 50 5C F 8 56 2E
Octal 332 54 21 0 120 134 17 10 126 56
Binary 11011010 101100 10001 0 1010000 1011100 1111 1000 1010110 101110

Color Harmonies of #DA2C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2C11

Black with #DA2C11

Text Example


Text Example

White with #DA2C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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