Html Css Color HEX #DA1F17 Harley Davidson Orange

📋 copy color: '#DA1F17'

red 218 ◦ green 31 ◦ blue 23

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

Shades of Harley Davidson Orange #DA1F17

Tints of Harley Davidson Orange #DA1F17

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.4%

 BLUE value IS 23 (9.38% from 255) = 8.46%

R = 80.15%
G = 11.4%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA1F17 (or 0xDA1F17) is known color: Harley Davidson Orange. HEX triplet: DA, 1F and 17. RGB value is (218,31,23). Sum of RGB (Red+Green+Blue) = 218+31+23=272 (36% of max value = 765). Red value is 218 (85.55% from 255 or 80.15% from 272); Green value is 31 (12.5% from 255 or 11.40% from 272); Blue value is 23 (9.38% from 255 or 8.46% from 272); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1F17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA1F17 is #25E0E8. Grayscale: #565656. Windows color (decimal): -2482409 or 1515482. OLE color: 1515482.

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

Color convert

RGB 218 31 23 -
CMYK 0 0.86 0.89 0.15
HSL 2.46º 0.81% 0.47% -
HSV(B) 2.46º 0.89% 0.85% -
XYZ 29.56 15.95 2.33 -
YUV 86 92.45 222.15 -
System Red Green Blue C M Y K H S L
Decimal 218 31 23 0 0.86 0.89 0.15 2.46 0.81 0.47
Hex DA 1F 17 0 56 59 F 2 51 2F
Octal 332 37 27 0 126 131 17 2 121 57
Binary 11011010 11111 10111 0 1010110 1011001 1111 10 1010001 101111

Color Harmonies of #DA1F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1F17

Black with #DA1F17

Text Example


Text Example

White with #DA1F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1F17; }

 p { color: rgb(218,31,23); }

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

background-color css

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

 a { background-color: rgb(218,31,23); }

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

border-color css

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

 span { border-color: rgb(218,31,23); }

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