Html Css Color HEX #D52401 Harley Davidson Orange

📋 copy color: '#D52401'

red 213 ◦ green 36 ◦ blue 1

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

Shades of Harley Davidson Orange #D52401

Tints of Harley Davidson Orange #D52401

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.4%

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

R = 85.2%
G = 14.4%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#D52401 (or 0xD52401) is known color: Harley Davidson Orange. HEX triplet: D5, 24 and 01. RGB value is (213,36,1). Sum of RGB (Red+Green+Blue) = 213+36+1=250 (33% of max value = 765). Red value is 213 (83.59% from 255 or 85.2% from 250); Green value is 36 (14.45% from 255 or 14.4% from 250); Blue value is 1 (0.78% from 255 or 0.4% from 250); Max value from RGB is 213 - color contains mainly: red. Hex color #D52401 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52401 is #2ADBFE. Grayscale: #555555. Windows color (decimal): -2808831 or 74965. OLE color: 74965.

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

Color convert

RGB 213 36 1 -
CMYK 0 0.83 1.00 0.16
HSL 9.91º 0.99% 0.42% -
HSV(B) 9.91º 1% 0.84% -
XYZ 28.08 15.41 1.52 -
YUV 84.93 80.64 219.35 -
System Red Green Blue C M Y K H S L
Decimal 213 36 1 0 0.83 1.00 0.16 9.91 0.99 0.42
Hex D5 24 1 0 53 64 10 A 63 2A
Octal 325 44 1 0 123 144 20 12 143 52
Binary 11010101 100100 1 0 1010011 1100100 10000 1010 1100011 101010

Color Harmonies of #D52401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52401

Black with #D52401

Text Example


Text Example

White with #D52401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52401; }

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

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

background-color css

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

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

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

border-color css

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

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

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