Html Css Color HEX #D53708 Harley Davidson Orange

📋 copy color: '#D53708'

red 213 ◦ green 55 ◦ blue 8

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

Shades of Harley Davidson Orange #D53708

Tints of Harley Davidson Orange #D53708

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.9%

R = 77.17%
G = 19.93%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D53708 (or 0xD53708) is known color: Harley Davidson Orange. HEX triplet: D5, 37 and 08. RGB value is (213,55,8). Sum of RGB (Red+Green+Blue) = 213+55+8=276 (36% of max value = 765). Red value is 213 (83.59% from 255 or 77.17% from 276); Green value is 55 (21.88% from 255 or 19.93% from 276); Blue value is 8 (3.52% from 255 or 2.90% from 276); Max value from RGB is 213 - color contains mainly: red. Hex color #D53708 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53708 is #2AC8F7. Grayscale: #616161. Windows color (decimal): -2803960 or 538581. OLE color: 538581.

HSL color Cylindrical-coordinate representation of color #D53708: hue angle of 13.76º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D53708 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 55 8 -
CMYK 0 0.74 0.96 0.16
HSL 13.76º 0.93% 0.43% -
HSV(B) 13.76º 0.96% 0.84% -
XYZ 28.85 16.9 1.97 -
YUV 96.88 77.85 210.82 -
System Red Green Blue C M Y K H S L
Decimal 213 55 8 0 0.74 0.96 0.16 13.76 0.93 0.43
Hex D5 37 8 0 4A 60 10 E 5D 2B
Octal 325 67 10 0 112 140 20 16 135 53
Binary 11010101 110111 1000 0 1001010 1100000 10000 1110 1011101 101011

Color Harmonies of #D53708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53708

Black with #D53708

Text Example


Text Example

White with #D53708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53708; }

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

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

background-color css

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

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

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

border-color css

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

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

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