Html Css Color HEX #D7271B Harley Davidson Orange

📋 copy color: '#D7271B'

red 215 ◦ green 39 ◦ blue 27

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

Shades of Harley Davidson Orange #D7271B

Tints of Harley Davidson Orange #D7271B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.61%

R = 76.51%
G = 13.88%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D7271B (or 0xD7271B) is known color: Harley Davidson Orange. HEX triplet: D7, 27 and 1B. RGB value is (215,39,27). Sum of RGB (Red+Green+Blue) = 215+39+27=281 (37% of max value = 765). Red value is 215 (84.38% from 255 or 76.51% from 281); Green value is 39 (15.62% from 255 or 13.88% from 281); Blue value is 27 (10.94% from 255 or 9.61% from 281); Max value from RGB is 215 - color contains mainly: red. Hex color #D7271B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7271B is #28D8E4. Grayscale: #5A5A5A. Windows color (decimal): -2676965 or 1779671. OLE color: 1779671.

HSL color Cylindrical-coordinate representation of color #D7271B: hue angle of 3.83º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D7271B is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 39 27 -
CMYK 0 0.82 0.87 0.16
HSL 3.83º 0.78% 0.47% -
HSV(B) 3.83º 0.87% 0.84% -
XYZ 28.95 15.98 2.6 -
YUV 90.26 92.31 216.98 -
System Red Green Blue C M Y K H S L
Decimal 215 39 27 0 0.82 0.87 0.16 3.83 0.78 0.47
Hex D7 27 1B 0 52 57 10 4 4E 2F
Octal 327 47 33 0 122 127 20 4 116 57
Binary 11010111 100111 11011 0 1010010 1010111 10000 100 1001110 101111

Color Harmonies of #D7271B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7271B

Black with #D7271B

Text Example


Text Example

White with #D7271B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7271B; }

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

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

background-color css

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

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

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

border-color css

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

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

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