Html Css Color HEX #D53804 Harley Davidson Orange

📋 copy color: '#D53804'

red 213 ◦ green 56 ◦ blue 4

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

Shades of Harley Davidson Orange #D53804

Tints of Harley Davidson Orange #D53804

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.51%

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

R = 78.02%
G = 20.51%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D53804 (or 0xD53804) is known color: Harley Davidson Orange. HEX triplet: D5, 38 and 04. RGB value is (213,56,4). Sum of RGB (Red+Green+Blue) = 213+56+4=273 (36% of max value = 765). Red value is 213 (83.59% from 255 or 78.02% from 273); Green value is 56 (22.27% from 255 or 20.51% from 273); Blue value is 4 (1.95% from 255 or 1.47% from 273); Max value from RGB is 213 - color contains mainly: red. Hex color #D53804 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53804 is #2AC7FB. Grayscale: #616161. Windows color (decimal): -2803708 or 276693. OLE color: 276693.

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

Color convert

RGB 213 56 4 -
CMYK 0 0.74 0.98 0.16
HSL 14.93º 0.96% 0.43% -
HSV(B) 14.93º 0.98% 0.84% -
XYZ 28.88 16.98 1.87 -
YUV 97.02 75.51 210.73 -
System Red Green Blue C M Y K H S L
Decimal 213 56 4 0 0.74 0.98 0.16 14.93 0.96 0.43
Hex D5 38 4 0 4A 62 10 F 60 2B
Octal 325 70 4 0 112 142 20 17 140 53
Binary 11010101 111000 100 0 1001010 1100010 10000 1111 1100000 101011

Color Harmonies of #D53804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53804

Black with #D53804

Text Example


Text Example

White with #D53804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53804; }

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

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

background-color css

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

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

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

border-color css

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

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

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