Html Css Color HEX #D72D0E Harley Davidson Orange

📋 copy color: '#D72D0E'

red 215 ◦ green 45 ◦ blue 14

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

Shades of Harley Davidson Orange #D72D0E

Tints of Harley Davidson Orange #D72D0E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.42%

 BLUE value IS 14 (5.86% from 255) = 5.11%

R = 78.47%
G = 16.42%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D72D0E (or 0xD72D0E) is known color: Harley Davidson Orange. HEX triplet: D7, 2D and 0E. RGB value is (215,45,14). Sum of RGB (Red+Green+Blue) = 215+45+14=274 (36% of max value = 765). Red value is 215 (84.38% from 255 or 78.47% from 274); Green value is 45 (17.97% from 255 or 16.42% from 274); Blue value is 14 (5.86% from 255 or 5.11% from 274); Max value from RGB is 215 - color contains mainly: red. Hex color #D72D0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D72D0E is #28D2F1. Grayscale: #5C5C5C. Windows color (decimal): -2675442 or 929239. OLE color: 929239.

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

Color convert

RGB 215 45 14 -
CMYK 0 0.79 0.93 0.16
HSL 9.25º 0.88% 0.45% -
HSV(B) 9.25º 0.93% 0.84% -
XYZ 29.04 16.36 2.04 -
YUV 92.3 83.82 215.52 -
System Red Green Blue C M Y K H S L
Decimal 215 45 14 0 0.79 0.93 0.16 9.25 0.88 0.45
Hex D7 2D E 0 4F 5D 10 9 58 2D
Octal 327 55 16 0 117 135 20 11 130 55
Binary 11010111 101101 1110 0 1001111 1011101 10000 1001 1011000 101101

Color Harmonies of #D72D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72D0E

Black with #D72D0E

Text Example


Text Example

White with #D72D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72D0E; }

 p { color: rgb(215,45,14); }

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

background-color css

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

 a { background-color: rgb(215,45,14); }

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

border-color css

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

 span { border-color: rgb(215,45,14); }

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