Html Css Color HEX #D53007 Harley Davidson Orange

📋 copy color: '#D53007'

red 213 ◦ green 48 ◦ blue 7

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

Shades of Harley Davidson Orange #D53007

Tints of Harley Davidson Orange #D53007

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.91%

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

R = 79.48%
G = 17.91%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D53007 (or 0xD53007) is known color: Harley Davidson Orange. HEX triplet: D5, 30 and 07. RGB value is (213,48,7). Sum of RGB (Red+Green+Blue) = 213+48+7=268 (35% of max value = 765). Red value is 213 (83.59% from 255 or 79.48% from 268); Green value is 48 (19.14% from 255 or 17.91% from 268); Blue value is 7 (3.12% from 255 or 2.61% from 268); Max value from RGB is 213 - color contains mainly: red. Hex color #D53007 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53007 is #2ACFF8. Grayscale: #5C5C5C. Windows color (decimal): -2805753 or 471253. OLE color: 471253.

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

Color convert

RGB 213 48 7 -
CMYK 0 0.77 0.97 0.16
HSL 11.94º 0.94% 0.43% -
HSV(B) 11.94º 0.97% 0.84% -
XYZ 28.54 16.28 1.84 -
YUV 92.66 79.66 213.83 -
System Red Green Blue C M Y K H S L
Decimal 213 48 7 0 0.77 0.97 0.16 11.94 0.94 0.43
Hex D5 30 7 0 4D 61 10 C 5E 2B
Octal 325 60 7 0 115 141 20 14 136 53
Binary 11010101 110000 111 0 1001101 1100001 10000 1100 1011110 101011

Color Harmonies of #D53007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53007

Black with #D53007

Text Example


Text Example

White with #D53007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53007; }

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

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

background-color css

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

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

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

border-color css

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

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

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