Html Css Color HEX #D52801 Harley Davidson Orange

📋 copy color: '#D52801'

red 213 ◦ green 40 ◦ blue 1

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

Shades of Harley Davidson Orange #D52801

Tints of Harley Davidson Orange #D52801

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.75%

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

R = 83.86%
G = 15.75%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#D52801 (or 0xD52801) is known color: Harley Davidson Orange. HEX triplet: D5, 28 and 01. RGB value is (213,40,1). Sum of RGB (Red+Green+Blue) = 213+40+1=254 (33% of max value = 765). Red value is 213 (83.59% from 255 or 83.86% from 254); Green value is 40 (16.02% from 255 or 15.75% from 254); Blue value is 1 (0.78% from 255 or 0.39% from 254); Max value from RGB is 213 - color contains mainly: red. Hex color #D52801 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52801 is #2AD7FE. Grayscale: #575757. Windows color (decimal): -2807807 or 75989. OLE color: 75989.

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

Color convert

RGB 213 40 1 -
CMYK 0 0.81 1.00 0.16
HSL 11.04º 0.99% 0.42% -
HSV(B) 11.04º 1% 0.84% -
XYZ 28.2 15.67 1.57 -
YUV 87.28 79.31 217.67 -
System Red Green Blue C M Y K H S L
Decimal 213 40 1 0 0.81 1.00 0.16 11.04 0.99 0.42
Hex D5 28 1 0 51 64 10 B 63 2A
Octal 325 50 1 0 121 144 20 13 143 52
Binary 11010101 101000 1 0 1010001 1100100 10000 1011 1100011 101010

Color Harmonies of #D52801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52801

Black with #D52801

Text Example


Text Example

White with #D52801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52801; }

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

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

background-color css

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

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

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

border-color css

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

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

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