Html Css Color HEX #D53204 Harley Davidson Orange

📋 copy color: '#D53204'

red 213 ◦ green 50 ◦ blue 4

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

Shades of Harley Davidson Orange #D53204

Tints of Harley Davidson Orange #D53204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.5%

R = 79.78%
G = 18.73%
B = 1.5%

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

#D53204 (or 0xD53204) is known color: Harley Davidson Orange. HEX triplet: D5, 32 and 04. RGB value is (213,50,4). Sum of RGB (Red+Green+Blue) = 213+50+4=267 (35% of max value = 765). Red value is 213 (83.59% from 255 or 79.78% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 4 (1.95% from 255 or 1.50% from 267); Max value from RGB is 213 - color contains mainly: red. Hex color #D53204 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53204 is #2ACDFB. Grayscale: #5D5D5D. Windows color (decimal): -2805244 or 275157. OLE color: 275157.

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

Color convert

RGB 213 50 4 -
CMYK 0 0.77 0.98 0.16
HSL 13.21º 0.96% 0.43% -
HSV(B) 13.21º 0.98% 0.84% -
XYZ 28.6 16.44 1.78 -
YUV 93.49 77.5 213.24 -
System Red Green Blue C M Y K H S L
Decimal 213 50 4 0 0.77 0.98 0.16 13.21 0.96 0.43
Hex D5 32 4 0 4D 62 10 D 60 2B
Octal 325 62 4 0 115 142 20 15 140 53
Binary 11010101 110010 100 0 1001101 1100010 10000 1101 1100000 101011

Color Harmonies of #D53204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53204

Black with #D53204

Text Example


Text Example

White with #D53204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53204; }

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

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

background-color css

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

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

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

border-color css

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

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

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