Html Css Color HEX #D8231A Harley Davidson Orange

📋 copy color: '#D8231A'

red 216 ◦ green 35 ◦ blue 26

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

Shades of Harley Davidson Orange #D8231A

Tints of Harley Davidson Orange #D8231A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.64%

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

R = 77.98%
G = 12.64%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D8231A (or 0xD8231A) is known color: Harley Davidson Orange. HEX triplet: D8, 23 and 1A. RGB value is (216,35,26). Sum of RGB (Red+Green+Blue) = 216+35+26=277 (36% of max value = 765). Red value is 216 (84.77% from 255 or 77.98% from 277); Green value is 35 (14.06% from 255 or 12.64% from 277); Blue value is 26 (10.55% from 255 or 9.39% from 277); Max value from RGB is 216 - color contains mainly: red. Hex color #D8231A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8231A is #27DCE5. Grayscale: #585858. Windows color (decimal): -2612454 or 1713112. OLE color: 1713112.

HSL color Cylindrical-coordinate representation of color #D8231A: hue angle of 2.84º 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 #D8231A is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 35 26 -
CMYK 0 0.84 0.88 0.15
HSL 2.84º 0.79% 0.47% -
HSV(B) 2.84º 0.88% 0.85% -
XYZ 29.11 15.88 2.51 -
YUV 88.09 92.97 219.23 -
System Red Green Blue C M Y K H S L
Decimal 216 35 26 0 0.84 0.88 0.15 2.84 0.79 0.47
Hex D8 23 1A 0 54 58 F 3 4F 2F
Octal 330 43 32 0 124 130 17 3 117 57
Binary 11011000 100011 11010 0 1010100 1011000 1111 11 1001111 101111

Color Harmonies of #D8231A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8231A

Black with #D8231A

Text Example


Text Example

White with #D8231A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8231A; }

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

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

background-color css

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

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

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

border-color css

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

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

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