Html Css Color HEX #D8271B Harley Davidson Orange

📋 copy color: '#D8271B'

red 216 ◦ green 39 ◦ blue 27

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

Shades of Harley Davidson Orange #D8271B

Tints of Harley Davidson Orange #D8271B

RGB

 RED value IS 216 (84.77% from 255) = 76.6%

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

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

R = 76.6%
G = 13.83%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D8271B (or 0xD8271B) is known color: Harley Davidson Orange. HEX triplet: D8, 27 and 1B. RGB value is (216,39,27). Sum of RGB (Red+Green+Blue) = 216+39+27=282 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.60% from 282); Green value is 39 (15.62% from 255 or 13.83% from 282); Blue value is 27 (10.94% from 255 or 9.57% from 282); Max value from RGB is 216 - color contains mainly: red. Hex color #D8271B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8271B is #27D8E4. Grayscale: #5A5A5A. Windows color (decimal): -2611429 or 1779672. OLE color: 1779672.

HSL color Cylindrical-coordinate representation of color #D8271B: hue angle of 3.81º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D8271B is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 39 27 -
CMYK 0 0.82 0.88 0.15
HSL 3.81º 0.78% 0.48% -
HSV(B) 3.81º 0.88% 0.85% -
XYZ 29.24 16.13 2.61 -
YUV 90.56 92.14 217.48 -
System Red Green Blue C M Y K H S L
Decimal 216 39 27 0 0.82 0.88 0.15 3.81 0.78 0.48
Hex D8 27 1B 0 52 58 F 4 4E 30
Octal 330 47 33 0 122 130 17 4 116 60
Binary 11011000 100111 11011 0 1010010 1011000 1111 100 1001110 110000

Color Harmonies of #D8271B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8271B

Black with #D8271B

Text Example


Text Example

White with #D8271B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8271B; }

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

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

background-color css

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

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

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

border-color css

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

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

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