Html Css Color HEX #D53307 Harley Davidson Orange

📋 copy color: '#D53307'

red 213 ◦ green 51 ◦ blue 7

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

Shades of Harley Davidson Orange #D53307

Tints of Harley Davidson Orange #D53307

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.82%

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

R = 78.6%
G = 18.82%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D53307 (or 0xD53307) is known color: Harley Davidson Orange. HEX triplet: D5, 33 and 07. RGB value is (213,51,7). Sum of RGB (Red+Green+Blue) = 213+51+7=271 (35% of max value = 765). Red value is 213 (83.59% from 255 or 78.60% from 271); Green value is 51 (20.31% from 255 or 18.82% from 271); Blue value is 7 (3.12% from 255 or 2.58% from 271); Max value from RGB is 213 - color contains mainly: red. Hex color #D53307 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53307 is #2ACCF8. Grayscale: #5E5E5E. Windows color (decimal): -2804985 or 472021. OLE color: 472021.

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

Color convert

RGB 213 51 7 -
CMYK 0 0.76 0.97 0.16
HSL 12.82º 0.94% 0.43% -
HSV(B) 12.82º 0.97% 0.84% -
XYZ 28.66 16.53 1.88 -
YUV 94.42 78.67 212.58 -
System Red Green Blue C M Y K H S L
Decimal 213 51 7 0 0.76 0.97 0.16 12.82 0.94 0.43
Hex D5 33 7 0 4C 61 10 D 5E 2B
Octal 325 63 7 0 114 141 20 15 136 53
Binary 11010101 110011 111 0 1001100 1100001 10000 1101 1011110 101011

Color Harmonies of #D53307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53307

Black with #D53307

Text Example


Text Example

White with #D53307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53307; }

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

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

background-color css

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

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

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

border-color css

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

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

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