Html Css Color HEX #DA1B17 Harley Davidson Orange

📋 copy color: '#DA1B17'

red 218 ◦ green 27 ◦ blue 23

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

Shades of Harley Davidson Orange #DA1B17

Tints of Harley Davidson Orange #DA1B17

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.07%

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

R = 81.34%
G = 10.07%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA1B17 (or 0xDA1B17) is known color: Harley Davidson Orange. HEX triplet: DA, 1B and 17. RGB value is (218,27,23). Sum of RGB (Red+Green+Blue) = 218+27+23=268 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.34% from 268); Green value is 27 (10.94% from 255 or 10.07% from 268); Blue value is 23 (9.38% from 255 or 8.58% from 268); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1B17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA1B17 is #25E4E8. Grayscale: #535353. Windows color (decimal): -2483433 or 1514458. OLE color: 1514458.

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

Color convert

RGB 218 27 23 -
CMYK 0 0.88 0.89 0.15
HSL 1.23º 0.81% 0.47% -
HSV(B) 1.23º 0.89% 0.85% -
XYZ 29.46 15.75 2.3 -
YUV 83.65 93.78 223.83 -
System Red Green Blue C M Y K H S L
Decimal 218 27 23 0 0.88 0.89 0.15 1.23 0.81 0.47
Hex DA 1B 17 0 58 59 F 1 51 2F
Octal 332 33 27 0 130 131 17 1 121 57
Binary 11011010 11011 10111 0 1011000 1011001 1111 1 1010001 101111

Color Harmonies of #DA1B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1B17

Black with #DA1B17

Text Example


Text Example

White with #DA1B17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1B17; }

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

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

background-color css

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

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

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

border-color css

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

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

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