Html Css Color HEX #D53704 Harley Davidson Orange

📋 copy color: '#D53704'

red 213 ◦ green 55 ◦ blue 4

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

Shades of Harley Davidson Orange #D53704

Tints of Harley Davidson Orange #D53704

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.22%

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

R = 78.31%
G = 20.22%
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

#D53704 (or 0xD53704) is known color: Harley Davidson Orange. HEX triplet: D5, 37 and 04. RGB value is (213,55,4). Sum of RGB (Red+Green+Blue) = 213+55+4=272 (36% of max value = 765). Red value is 213 (83.59% from 255 or 78.31% from 272); Green value is 55 (21.88% from 255 or 20.22% from 272); Blue value is 4 (1.95% from 255 or 1.47% from 272); Max value from RGB is 213 - color contains mainly: red. Hex color #D53704 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53704 is #2AC8FB. Grayscale: #606060. Windows color (decimal): -2803964 or 276437. OLE color: 276437.

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

Color convert

RGB 213 55 4 -
CMYK 0 0.74 0.98 0.16
HSL 14.64º 0.96% 0.43% -
HSV(B) 14.64º 0.98% 0.84% -
XYZ 28.83 16.89 1.85 -
YUV 96.43 75.85 211.15 -
System Red Green Blue C M Y K H S L
Decimal 213 55 4 0 0.74 0.98 0.16 14.64 0.96 0.43
Hex D5 37 4 0 4A 62 10 F 60 2B
Octal 325 67 4 0 112 142 20 17 140 53
Binary 11010101 110111 100 0 1001010 1100010 10000 1111 1100000 101011

Color Harmonies of #D53704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53704

Black with #D53704

Text Example


Text Example

White with #D53704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53704; }

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

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

background-color css

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

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

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

border-color css

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

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

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