Html Css Color HEX #D8271E Harley Davidson Orange

📋 copy color: '#D8271E'

red 216 ◦ green 39 ◦ blue 30

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

Shades of Harley Davidson Orange #D8271E

Tints of Harley Davidson Orange #D8271E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.53%

R = 75.79%
G = 13.68%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D8271E (or 0xD8271E) is known color: Harley Davidson Orange. HEX triplet: D8, 27 and 1E. RGB value is (216,39,30). Sum of RGB (Red+Green+Blue) = 216+39+30=285 (37% of max value = 765). Red value is 216 (84.77% from 255 or 75.79% from 285); Green value is 39 (15.62% from 255 or 13.68% from 285); Blue value is 30 (12.11% from 255 or 10.53% from 285); Max value from RGB is 216 - color contains mainly: red. Hex color #D8271E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8271E is #27D8E1. Grayscale: #5B5B5B. Windows color (decimal): -2611426 or 1976280. OLE color: 1976280.

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

Color convert

RGB 216 39 30 -
CMYK 0 0.82 0.86 0.15
HSL 2.9º 0.76% 0.48% -
HSV(B) 2.9º 0.86% 0.85% -
XYZ 29.28 16.14 2.8 -
YUV 90.9 93.64 217.23 -
System Red Green Blue C M Y K H S L
Decimal 216 39 30 0 0.82 0.86 0.15 2.9 0.76 0.48
Hex D8 27 1E 0 52 56 F 3 4C 30
Octal 330 47 36 0 122 126 17 3 114 60
Binary 11011000 100111 11110 0 1010010 1010110 1111 11 1001100 110000

Color Harmonies of #D8271E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8271E

Black with #D8271E

Text Example


Text Example

White with #D8271E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8271E; }

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

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

background-color css

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

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

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

border-color css

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

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

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