Html Css Color HEX #D7270E Harley Davidson Orange

📋 copy color: '#D7270E'

red 215 ◦ green 39 ◦ blue 14

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

Shades of Harley Davidson Orange #D7270E

Tints of Harley Davidson Orange #D7270E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.55%

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

R = 80.22%
G = 14.55%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D7270E (or 0xD7270E) is known color: Harley Davidson Orange. HEX triplet: D7, 27 and 0E. RGB value is (215,39,14). Sum of RGB (Red+Green+Blue) = 215+39+14=268 (35% of max value = 765). Red value is 215 (84.38% from 255 or 80.22% from 268); Green value is 39 (15.62% from 255 or 14.55% from 268); Blue value is 14 (5.86% from 255 or 5.22% from 268); Max value from RGB is 215 - color contains mainly: red. Hex color #D7270E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D7270E is #28D8F1. Grayscale: #595959. Windows color (decimal): -2676978 or 927703. OLE color: 927703.

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

Color convert

RGB 215 39 14 -
CMYK 0 0.82 0.93 0.16
HSL 7.46º 0.88% 0.45% -
HSV(B) 7.46º 0.93% 0.84% -
XYZ 28.83 15.93 1.97 -
YUV 88.77 85.81 218.03 -
System Red Green Blue C M Y K H S L
Decimal 215 39 14 0 0.82 0.93 0.16 7.46 0.88 0.45
Hex D7 27 E 0 52 5D 10 7 58 2D
Octal 327 47 16 0 122 135 20 7 130 55
Binary 11010111 100111 1110 0 1010010 1011101 10000 111 1011000 101101

Color Harmonies of #D7270E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7270E

Black with #D7270E

Text Example


Text Example

White with #D7270E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7270E; }

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

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

background-color css

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

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

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

border-color css

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

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

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