Html Css Color HEX #D52301 Harley Davidson Orange

📋 copy color: '#D52301'

red 213 ◦ green 35 ◦ blue 1

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

Shades of Harley Davidson Orange #D52301

Tints of Harley Davidson Orange #D52301

RGB

 RED value IS 213 (83.59% from 255) = 85.54%

 GREEN value IS 35 (14.06% from 255) = 14.06%

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

R = 85.54%
G = 14.06%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#D52301 (or 0xD52301) is known color: Harley Davidson Orange. HEX triplet: D5, 23 and 01. RGB value is (213,35,1). Sum of RGB (Red+Green+Blue) = 213+35+1=249 (32% of max value = 765). Red value is 213 (83.59% from 255 or 85.54% from 249); Green value is 35 (14.06% from 255 or 14.06% from 249); Blue value is 1 (0.78% from 255 or 0.40% from 249); Max value from RGB is 213 - color contains mainly: red. Hex color #D52301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52301 is #2ADCFE. Grayscale: #545454. Windows color (decimal): -2809087 or 74709. OLE color: 74709.

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

Color convert

RGB 213 35 1 -
CMYK 0 0.84 1.00 0.16
HSL 9.62º 0.99% 0.42% -
HSV(B) 9.62º 1% 0.84% -
XYZ 28.05 15.35 1.51 -
YUV 84.35 80.97 219.76 -
System Red Green Blue C M Y K H S L
Decimal 213 35 1 0 0.84 1.00 0.16 9.62 0.99 0.42
Hex D5 23 1 0 54 64 10 A 63 2A
Octal 325 43 1 0 124 144 20 12 143 52
Binary 11010101 100011 1 0 1010100 1100100 10000 1010 1100011 101010

Color Harmonies of #D52301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52301

Black with #D52301

Text Example


Text Example

White with #D52301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52301; }

 p { color: rgb(213,35,1); }

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

background-color css

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

 a { background-color: rgb(213,35,1); }

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

border-color css

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

 span { border-color: rgb(213,35,1); }

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