Html Css Color HEX #D53001 Harley Davidson Orange

📋 copy color: '#D53001'

red 213 ◦ green 48 ◦ blue 1

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

Shades of Harley Davidson Orange #D53001

Tints of Harley Davidson Orange #D53001

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.32%

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

R = 81.3%
G = 18.32%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#D53001 (or 0xD53001) is known color: Harley Davidson Orange. HEX triplet: D5, 30 and 01. RGB value is (213,48,1). Sum of RGB (Red+Green+Blue) = 213+48+1=262 (34% of max value = 765). Red value is 213 (83.59% from 255 or 81.30% from 262); Green value is 48 (19.14% from 255 or 18.32% from 262); Blue value is 1 (0.78% from 255 or 0.38% from 262); Max value from RGB is 213 - color contains mainly: red. Hex color #D53001 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53001 is #2ACFFE. Grayscale: #5C5C5C. Windows color (decimal): -2805759 or 78037. OLE color: 78037.

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

Color convert

RGB 213 48 1 -
CMYK 0 0.77 1.00 0.16
HSL 13.3º 0.99% 0.42% -
HSV(B) 13.3º 1% 0.84% -
XYZ 28.5 16.26 1.67 -
YUV 91.98 76.66 214.32 -
System Red Green Blue C M Y K H S L
Decimal 213 48 1 0 0.77 1.00 0.16 13.3 0.99 0.42
Hex D5 30 1 0 4D 64 10 D 63 2A
Octal 325 60 1 0 115 144 20 15 143 52
Binary 11010101 110000 1 0 1001101 1100100 10000 1101 1100011 101010

Color Harmonies of #D53001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53001

Black with #D53001

Text Example


Text Example

White with #D53001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53001; }

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

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

background-color css

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

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

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

border-color css

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

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

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