Html Css Color HEX #D52503 Harley Davidson Orange

📋 copy color: '#D52503'

red 213 ◦ green 37 ◦ blue 3

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

Shades of Harley Davidson Orange #D52503

Tints of Harley Davidson Orange #D52503

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.62%

 BLUE value IS 3 (1.56% from 255) = 1.19%

R = 84.19%
G = 14.62%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D52503 (or 0xD52503) is known color: Harley Davidson Orange. HEX triplet: D5, 25 and 03. RGB value is (213,37,3). Sum of RGB (Red+Green+Blue) = 213+37+3=253 (33% of max value = 765). Red value is 213 (83.59% from 255 or 84.19% from 253); Green value is 37 (14.84% from 255 or 14.62% from 253); Blue value is 3 (1.56% from 255 or 1.19% from 253); Max value from RGB is 213 - color contains mainly: red. Hex color #D52503 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52503 is #2ADAFC. Grayscale: #565656. Windows color (decimal): -2808573 or 206293. OLE color: 206293.

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

Color convert

RGB 213 37 3 -
CMYK 0 0.83 0.99 0.16
HSL 9.71º 0.97% 0.42% -
HSV(B) 9.71º 0.99% 0.84% -
XYZ 28.12 15.48 1.59 -
YUV 85.75 81.31 218.76 -
System Red Green Blue C M Y K H S L
Decimal 213 37 3 0 0.83 0.99 0.16 9.71 0.97 0.42
Hex D5 25 3 0 53 63 10 A 61 2A
Octal 325 45 3 0 123 143 20 12 141 52
Binary 11010101 100101 11 0 1010011 1100011 10000 1010 1100001 101010

Color Harmonies of #D52503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52503

Black with #D52503

Text Example


Text Example

White with #D52503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52503; }

 p { color: rgb(213,37,3); }

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

background-color css

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

 a { background-color: rgb(213,37,3); }

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

border-color css

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

 span { border-color: rgb(213,37,3); }

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