Html Css Color HEX #D52201 Harley Davidson Orange

📋 copy color: '#D52201'

red 213 ◦ green 34 ◦ blue 1

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

Shades of Harley Davidson Orange #D52201

Tints of Harley Davidson Orange #D52201

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.71%

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

R = 85.89%
G = 13.71%
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

#D52201 (or 0xD52201) is known color: Harley Davidson Orange. HEX triplet: D5, 22 and 01. RGB value is (213,34,1). Sum of RGB (Red+Green+Blue) = 213+34+1=248 (32% of max value = 765). Red value is 213 (83.59% from 255 or 85.89% from 248); Green value is 34 (13.67% from 255 or 13.71% from 248); Blue value is 1 (0.78% from 255 or 0.40% from 248); Max value from RGB is 213 - color contains mainly: red. Hex color #D52201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52201 is #2ADDFE. Grayscale: #545454. Windows color (decimal): -2809343 or 74453. OLE color: 74453.

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

Color convert

RGB 213 34 1 -
CMYK 0 0.84 1.00 0.16
HSL 9.34º 0.99% 0.42% -
HSV(B) 9.34º 1% 0.84% -
XYZ 28.02 15.29 1.5 -
YUV 83.76 81.3 220.18 -
System Red Green Blue C M Y K H S L
Decimal 213 34 1 0 0.84 1.00 0.16 9.34 0.99 0.42
Hex D5 22 1 0 54 64 10 9 63 2A
Octal 325 42 1 0 124 144 20 11 143 52
Binary 11010101 100010 1 0 1010100 1100100 10000 1001 1100011 101010

Color Harmonies of #D52201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52201

Black with #D52201

Text Example


Text Example

White with #D52201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52201; }

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

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

background-color css

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

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

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

border-color css

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

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

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