Html Css Color HEX #D53206 Harley Davidson Orange

📋 copy color: '#D53206'

red 213 ◦ green 50 ◦ blue 6

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

Shades of Harley Davidson Orange #D53206

Tints of Harley Davidson Orange #D53206

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.59%

 BLUE value IS 6 (2.73% from 255) = 2.23%

R = 79.18%
G = 18.59%
B = 2.23%

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

#D53206 (or 0xD53206) is known color: Harley Davidson Orange. HEX triplet: D5, 32 and 06. RGB value is (213,50,6). Sum of RGB (Red+Green+Blue) = 213+50+6=269 (35% of max value = 765). Red value is 213 (83.59% from 255 or 79.18% from 269); Green value is 50 (19.92% from 255 or 18.59% from 269); Blue value is 6 (2.73% from 255 or 2.23% from 269); Max value from RGB is 213 - color contains mainly: red. Hex color #D53206 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53206 is #2ACDF9. Grayscale: #5E5E5E. Windows color (decimal): -2805242 or 406229. OLE color: 406229.

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

Color convert

RGB 213 50 6 -
CMYK 0 0.77 0.97 0.16
HSL 12.75º 0.95% 0.43% -
HSV(B) 12.75º 0.97% 0.84% -
XYZ 28.61 16.44 1.84 -
YUV 93.72 78.5 213.08 -
System Red Green Blue C M Y K H S L
Decimal 213 50 6 0 0.77 0.97 0.16 12.75 0.95 0.43
Hex D5 32 6 0 4D 61 10 D 5F 2B
Octal 325 62 6 0 115 141 20 15 137 53
Binary 11010101 110010 110 0 1001101 1100001 10000 1101 1011111 101011

Color Harmonies of #D53206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53206

Black with #D53206

Text Example


Text Example

White with #D53206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53206; }

 p { color: rgb(213,50,6); }

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

background-color css

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

 a { background-color: rgb(213,50,6); }

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

border-color css

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

 span { border-color: rgb(213,50,6); }

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