Html Css Color HEX #D53107 Harley Davidson Orange

📋 copy color: '#D53107'

red 213 ◦ green 49 ◦ blue 7

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

Shades of Harley Davidson Orange #D53107

Tints of Harley Davidson Orange #D53107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.6%

R = 79.18%
G = 18.22%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D53107 (or 0xD53107) is known color: Harley Davidson Orange. HEX triplet: D5, 31 and 07. RGB value is (213,49,7). Sum of RGB (Red+Green+Blue) = 213+49+7=269 (35% of max value = 765). Red value is 213 (83.59% from 255 or 79.18% from 269); Green value is 49 (19.53% from 255 or 18.22% from 269); Blue value is 7 (3.12% from 255 or 2.60% from 269); Max value from RGB is 213 - color contains mainly: red. Hex color #D53107 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53107 is #2ACEF8. Grayscale: #5D5D5D. Windows color (decimal): -2805497 or 471509. OLE color: 471509.

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

Color convert

RGB 213 49 7 -
CMYK 0 0.77 0.97 0.16
HSL 12.23º 0.94% 0.43% -
HSV(B) 12.23º 0.97% 0.84% -
XYZ 28.58 16.36 1.85 -
YUV 93.25 79.33 213.42 -
System Red Green Blue C M Y K H S L
Decimal 213 49 7 0 0.77 0.97 0.16 12.23 0.94 0.43
Hex D5 31 7 0 4D 61 10 C 5E 2B
Octal 325 61 7 0 115 141 20 14 136 53
Binary 11010101 110001 111 0 1001101 1100001 10000 1100 1011110 101011

Color Harmonies of #D53107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53107

Black with #D53107

Text Example


Text Example

White with #D53107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53107; }

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

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

background-color css

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

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

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

border-color css

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

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

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