Html Css Color HEX #D93201 Harley Davidson Orange

📋 copy color: '#D93201'

red 217 ◦ green 50 ◦ blue 1

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

Shades of Harley Davidson Orange #D93201

Tints of Harley Davidson Orange #D93201

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.66%

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

R = 80.97%
G = 18.66%
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

#D93201 (or 0xD93201) is known color: Harley Davidson Orange. HEX triplet: D9, 32 and 01. RGB value is (217,50,1). Sum of RGB (Red+Green+Blue) = 217+50+1=268 (35% of max value = 765). Red value is 217 (85.16% from 255 or 80.97% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 1 (0.78% from 255 or 0.37% from 268); Max value from RGB is 217 - color contains mainly: red. Hex color #D93201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93201 is #26CDFE. Grayscale: #5E5E5E. Windows color (decimal): -2543103 or 78553. OLE color: 78553.

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

Color convert

RGB 217 50 1 -
CMYK 0 0.77 1.00 0.15
HSL 13.61º 0.99% 0.43% -
HSV(B) 13.61º 1% 0.85% -
XYZ 29.76 17.04 1.75 -
YUV 94.35 75.33 215.48 -
System Red Green Blue C M Y K H S L
Decimal 217 50 1 0 0.77 1.00 0.15 13.61 0.99 0.43
Hex D9 32 1 0 4D 64 F E 63 2B
Octal 331 62 1 0 115 144 17 16 143 53
Binary 11011001 110010 1 0 1001101 1100100 1111 1110 1100011 101011

Color Harmonies of #D93201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93201

Black with #D93201

Text Example


Text Example

White with #D93201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93201; }

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

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

background-color css

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

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

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

border-color css

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

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

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