Html Css Color HEX #D93101 Harley Davidson Orange

📋 copy color: '#D93101'

red 217 ◦ green 49 ◦ blue 1

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

Shades of Harley Davidson Orange #D93101

Tints of Harley Davidson Orange #D93101

RGB

 RED value IS 217 (85.16% from 255) = 81.27%

 GREEN value IS 49 (19.53% from 255) = 18.35%

 BLUE value IS 1 (0.78% from 255) = 0.37%

R = 81.27%
G = 18.35%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#D93101 (or 0xD93101) is known color: Harley Davidson Orange. HEX triplet: D9, 31 and 01. RGB value is (217,49,1). Sum of RGB (Red+Green+Blue) = 217+49+1=267 (35% of max value = 765). Red value is 217 (85.16% from 255 or 81.27% from 267); Green value is 49 (19.53% from 255 or 18.35% from 267); Blue value is 1 (0.78% from 255 or 0.37% from 267); Max value from RGB is 217 - color contains mainly: red. Hex color #D93101 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93101 is #26CEFE. Grayscale: #5E5E5E. Windows color (decimal): -2543359 or 78297. OLE color: 78297.

HSL color Cylindrical-coordinate representation of color #D93101: hue angle of 13.33º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D93101 is Cyan = 0, Magento = 0.77, Yellow = 1.00 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 49 1 -
CMYK 0 0.77 1.00 0.15
HSL 13.33º 0.99% 0.43% -
HSV(B) 13.33º 1% 0.85% -
XYZ 29.72 16.95 1.73 -
YUV 93.76 75.66 215.9 -
System Red Green Blue C M Y K H S L
Decimal 217 49 1 0 0.77 1.00 0.15 13.33 0.99 0.43
Hex D9 31 1 0 4D 64 F D 63 2B
Octal 331 61 1 0 115 144 17 15 143 53
Binary 11011001 110001 1 0 1001101 1100100 1111 1101 1100011 101011

Color Harmonies of #D93101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93101

Black with #D93101

Text Example


Text Example

White with #D93101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93101; }

 p { color: rgb(217,49,1); }

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

background-color css

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

 a { background-color: rgb(217,49,1); }

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

border-color css

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

 span { border-color: rgb(217,49,1); }

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