Html Css Color HEX #D53000 Harley Davidson Orange

📋 copy color: '#D53000'

red 213 ◦ green 48 ◦ blue 0

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

Shades of Harley Davidson Orange #D53000

Tints of Harley Davidson Orange #D53000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 81.61%
G = 18.39%
B = 0%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D53000 (or 0xD53000) is known color: Harley Davidson Orange. HEX triplet: D5, 30 and 00. RGB value is (213,48,0). Sum of RGB (Red+Green+Blue) = 213+48+0=261 (34% of max value = 765). Red value is 213 (83.59% from 255 or 81.61% from 261); Green value is 48 (19.14% from 255 or 18.39% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 213 - color contains mainly: red. Hex color #D53000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53000 is #2ACFFF. Grayscale: #5C5C5C. Windows color (decimal): -2805760 or 12501. OLE color: 12501.

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

Color convert

RGB 213 48 0 -
CMYK 0 0.77 1 0.16
HSL 13.52º 1% 0.42% -
HSV(B) 13.52º 1% 0.84% -
XYZ 28.5 16.26 1.64 -
YUV 91.86 76.16 214.4 -
System Red Green Blue C M Y K H S L
Decimal 213 48 0 0 0.77 1 0.16 13.52 1 0.42
Hex D5 30 0 0 4D 64 10 E 64 2A
Octal 325 60 0 0 115 144 20 16 144 52
Binary 11010101 110000 0 0 1001101 1100100 10000 1110 1100100 101010

Color Harmonies of #D53000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53000

Black with #D53000

Text Example


Text Example

White with #D53000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53000; }

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

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

background-color css

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

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

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

border-color css

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

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

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