Html Css Color HEX #D8271A Harley Davidson Orange

📋 copy color: '#D8271A'

red 216 ◦ green 39 ◦ blue 26

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

Shades of Harley Davidson Orange #D8271A

Tints of Harley Davidson Orange #D8271A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.25%

R = 76.87%
G = 13.88%
B = 9.25%

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

#D8271A (or 0xD8271A) is known color: Harley Davidson Orange. HEX triplet: D8, 27 and 1A. RGB value is (216,39,26). Sum of RGB (Red+Green+Blue) = 216+39+26=281 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.87% from 281); Green value is 39 (15.62% from 255 or 13.88% from 281); Blue value is 26 (10.55% from 255 or 9.25% from 281); Max value from RGB is 216 - color contains mainly: red. Hex color #D8271A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8271A is #27D8E5. Grayscale: #5A5A5A. Windows color (decimal): -2611430 or 1714136. OLE color: 1714136.

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

Color convert

RGB 216 39 26 -
CMYK 0 0.82 0.88 0.15
HSL 4.11º 0.79% 0.47% -
HSV(B) 4.11º 0.88% 0.85% -
XYZ 29.23 16.12 2.55 -
YUV 90.44 91.64 217.56 -
System Red Green Blue C M Y K H S L
Decimal 216 39 26 0 0.82 0.88 0.15 4.11 0.79 0.47
Hex D8 27 1A 0 52 58 F 4 4F 2F
Octal 330 47 32 0 122 130 17 4 117 57
Binary 11011000 100111 11010 0 1010010 1011000 1111 100 1001111 101111

Color Harmonies of #D8271A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8271A

Black with #D8271A

Text Example


Text Example

White with #D8271A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8271A; }

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

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

background-color css

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

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

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

border-color css

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

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

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