Html Css Color HEX #D72107 Harley Davidson Orange

📋 copy color: '#D72107'

red 215 ◦ green 33 ◦ blue 7

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

Shades of Harley Davidson Orange #D72107

Tints of Harley Davidson Orange #D72107

RGB

 RED value IS 215 (84.38% from 255) = 84.31%

 GREEN value IS 33 (13.28% from 255) = 12.94%

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

R = 84.31%
G = 12.94%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D72107 (or 0xD72107) is known color: Harley Davidson Orange. HEX triplet: D7, 21 and 07. RGB value is (215,33,7). Sum of RGB (Red+Green+Blue) = 215+33+7=255 (33% of max value = 765). Red value is 215 (84.38% from 255 or 84.31% from 255); Green value is 33 (13.28% from 255 or 12.94% from 255); Blue value is 7 (3.12% from 255 or 2.75% from 255); Max value from RGB is 215 - color contains mainly: red. Hex color #D72107 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D72107 is #28DEF8. Grayscale: #545454. Windows color (decimal): -2678521 or 467415. OLE color: 467415.

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

Color convert

RGB 215 33 7 -
CMYK 0 0.85 0.97 0.16
HSL 7.5º 0.94% 0.44% -
HSV(B) 7.5º 0.97% 0.84% -
XYZ 28.61 15.55 1.69 -
YUV 84.45 84.3 221.11 -
System Red Green Blue C M Y K H S L
Decimal 215 33 7 0 0.85 0.97 0.16 7.5 0.94 0.44
Hex D7 21 7 0 55 61 10 8 5E 2C
Octal 327 41 7 0 125 141 20 10 136 54
Binary 11010111 100001 111 0 1010101 1100001 10000 1000 1011110 101100

Color Harmonies of #D72107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72107

Black with #D72107

Text Example


Text Example

White with #D72107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72107; }

 p { color: rgb(215,33,7); }

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

background-color css

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

 a { background-color: rgb(215,33,7); }

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

border-color css

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

 span { border-color: rgb(215,33,7); }

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