Html Css Color HEX #D53200 Harley Davidson Orange

📋 copy color: '#D53200'

red 213 ◦ green 50 ◦ blue 0

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

Shades of Harley Davidson Orange #D53200

Tints of Harley Davidson Orange #D53200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 80.99%
G = 19.01%
B = 0%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D53200 (or 0xD53200) is known color: Harley Davidson Orange. HEX triplet: D5, 32 and 00. RGB value is (213,50,0). Sum of RGB (Red+Green+Blue) = 213+50+0=263 (34% of max value = 765). Red value is 213 (83.59% from 255 or 80.99% from 263); Green value is 50 (19.92% from 255 or 19.01% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 213 - color contains mainly: red. Hex color #D53200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53200 is #2ACDFF. Grayscale: #5D5D5D. Windows color (decimal): -2805248 or 13013. OLE color: 13013.

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

Color convert

RGB 213 50 0 -
CMYK 0 0.77 1 0.16
HSL 14.08º 1% 0.42% -
HSV(B) 14.08º 1% 0.84% -
XYZ 28.58 16.43 1.66 -
YUV 93.04 75.5 213.57 -
System Red Green Blue C M Y K H S L
Decimal 213 50 0 0 0.77 1 0.16 14.08 1 0.42
Hex D5 32 0 0 4D 64 10 E 64 2A
Octal 325 62 0 0 115 144 20 16 144 52
Binary 11010101 110010 0 0 1001101 1100100 10000 1110 1100100 101010

Color Harmonies of #D53200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53200

Black with #D53200

Text Example


Text Example

White with #D53200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53200; }

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

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

background-color css

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

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

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

border-color css

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

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

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