Html Css Color HEX #D53103 Harley Davidson Orange

📋 copy color: '#D53103'

red 213 ◦ green 49 ◦ blue 3

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

Shades of Harley Davidson Orange #D53103

Tints of Harley Davidson Orange #D53103

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.49%

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

R = 80.38%
G = 18.49%
B = 1.13%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D53103 (or 0xD53103) is known color: Harley Davidson Orange. HEX triplet: D5, 31 and 03. RGB value is (213,49,3). Sum of RGB (Red+Green+Blue) = 213+49+3=265 (35% of max value = 765). Red value is 213 (83.59% from 255 or 80.38% from 265); Green value is 49 (19.53% from 255 or 18.49% from 265); Blue value is 3 (1.56% from 255 or 1.13% from 265); Max value from RGB is 213 - color contains mainly: red. Hex color #D53103 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53103 is #2ACEFC. Grayscale: #5D5D5D. Windows color (decimal): -2805501 or 209365. OLE color: 209365.

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

Color convert

RGB 213 49 3 -
CMYK 0 0.77 0.99 0.16
HSL 13.14º 0.97% 0.42% -
HSV(B) 13.14º 0.99% 0.84% -
XYZ 28.56 16.35 1.74 -
YUV 92.79 77.33 213.74 -
System Red Green Blue C M Y K H S L
Decimal 213 49 3 0 0.77 0.99 0.16 13.14 0.97 0.42
Hex D5 31 3 0 4D 63 10 D 61 2A
Octal 325 61 3 0 115 143 20 15 141 52
Binary 11010101 110001 11 0 1001101 1100011 10000 1101 1100001 101010

Color Harmonies of #D53103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53103

Black with #D53103

Text Example


Text Example

White with #D53103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53103; }

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

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

background-color css

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

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

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

border-color css

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

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

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