Html Css Color HEX #D53807 Harley Davidson Orange

📋 copy color: '#D53807'

red 213 ◦ green 56 ◦ blue 7

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

Shades of Harley Davidson Orange #D53807

Tints of Harley Davidson Orange #D53807

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.54%

R = 77.17%
G = 20.29%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D53807 (or 0xD53807) is known color: Harley Davidson Orange. HEX triplet: D5, 38 and 07. RGB value is (213,56,7). Sum of RGB (Red+Green+Blue) = 213+56+7=276 (36% of max value = 765). Red value is 213 (83.59% from 255 or 77.17% from 276); Green value is 56 (22.27% from 255 or 20.29% from 276); Blue value is 7 (3.12% from 255 or 2.54% from 276); Max value from RGB is 213 - color contains mainly: red. Hex color #D53807 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53807 is #2AC7F8. Grayscale: #616161. Windows color (decimal): -2803705 or 473301. OLE color: 473301.

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

Color convert

RGB 213 56 7 -
CMYK 0 0.74 0.97 0.16
HSL 14.27º 0.94% 0.43% -
HSV(B) 14.27º 0.97% 0.84% -
XYZ 28.89 16.99 1.96 -
YUV 97.36 77.01 210.48 -
System Red Green Blue C M Y K H S L
Decimal 213 56 7 0 0.74 0.97 0.16 14.27 0.94 0.43
Hex D5 38 7 0 4A 61 10 E 5E 2B
Octal 325 70 7 0 112 141 20 16 136 53
Binary 11010101 111000 111 0 1001010 1100001 10000 1110 1011110 101011

Color Harmonies of #D53807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53807

Black with #D53807

Text Example


Text Example

White with #D53807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53807; }

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

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

background-color css

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

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

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

border-color css

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

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

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