Html Css Color HEX #D53105 Harley Davidson Orange

📋 copy color: '#D53105'

red 213 ◦ green 49 ◦ blue 5

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

Shades of Harley Davidson Orange #D53105

Tints of Harley Davidson Orange #D53105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.87%

R = 79.78%
G = 18.35%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D53105 (or 0xD53105) is known color: Harley Davidson Orange. HEX triplet: D5, 31 and 05. RGB value is (213,49,5). Sum of RGB (Red+Green+Blue) = 213+49+5=267 (35% of max value = 765). Red value is 213 (83.59% from 255 or 79.78% from 267); Green value is 49 (19.53% from 255 or 18.35% from 267); Blue value is 5 (2.34% from 255 or 1.87% from 267); Max value from RGB is 213 - color contains mainly: red. Hex color #D53105 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53105 is #2ACEFA. Grayscale: #5D5D5D. Windows color (decimal): -2805499 or 340437. OLE color: 340437.

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

Color convert

RGB 213 49 5 -
CMYK 0 0.77 0.98 0.16
HSL 12.69º 0.95% 0.43% -
HSV(B) 12.69º 0.98% 0.84% -
XYZ 28.57 16.35 1.79 -
YUV 93.02 78.33 213.58 -
System Red Green Blue C M Y K H S L
Decimal 213 49 5 0 0.77 0.98 0.16 12.69 0.95 0.43
Hex D5 31 5 0 4D 62 10 D 5F 2B
Octal 325 61 5 0 115 142 20 15 137 53
Binary 11010101 110001 101 0 1001101 1100010 10000 1101 1011111 101011

Color Harmonies of #D53105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53105

Black with #D53105

Text Example


Text Example

White with #D53105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53105; }

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

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

background-color css

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

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

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

border-color css

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

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

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