Html Css Color HEX #D32501 Harley Davidson Orange

📋 copy color: '#D32501'

red 211 ◦ green 37 ◦ blue 1

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

Shades of Harley Davidson Orange #D32501

Tints of Harley Davidson Orange #D32501

RGB

 RED value IS 211 (82.81% from 255) = 84.74%

 GREEN value IS 37 (14.84% from 255) = 14.86%

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

R = 84.74%
G = 14.86%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 1.00

 K value IS 0.17

RGB Variations

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

Color information

#D32501 (or 0xD32501) is known color: Harley Davidson Orange. HEX triplet: D3, 25 and 01. RGB value is (211,37,1). Sum of RGB (Red+Green+Blue) = 211+37+1=249 (32% of max value = 765). Red value is 211 (82.81% from 255 or 84.74% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 1 (0.78% from 255 or 0.40% from 249); Max value from RGB is 211 - color contains mainly: red. Hex color #D32501 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D32501 is #2CDAFE. Grayscale: #555555. Windows color (decimal): -2939647 or 75219. OLE color: 75219.

HSL color Cylindrical-coordinate representation of color #D32501: hue angle of 10.29º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D32501 is Cyan = 0, Magento = 0.82, Yellow = 1.00 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 37 1 -
CMYK 0 0.82 1.00 0.17
HSL 10.29º 0.99% 0.42% -
HSV(B) 10.29º 1% 0.83% -
XYZ 27.53 15.17 1.51 -
YUV 84.92 80.65 217.93 -
System Red Green Blue C M Y K H S L
Decimal 211 37 1 0 0.82 1.00 0.17 10.29 0.99 0.42
Hex D3 25 1 0 52 64 11 A 63 2A
Octal 323 45 1 0 122 144 21 12 143 52
Binary 11010011 100101 1 0 1010010 1100100 10001 1010 1100011 101010

Color Harmonies of #D32501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32501

Black with #D32501

Text Example


Text Example

White with #D32501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32501; }

 p { color: rgb(211,37,1); }

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

background-color css

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

 a { background-color: rgb(211,37,1); }

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

border-color css

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

 span { border-color: rgb(211,37,1); }

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