Html Css Color HEX #D8321A Harley Davidson Orange

📋 copy color: '#D8321A'

red 216 ◦ green 50 ◦ blue 26

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

Shades of Harley Davidson Orange #D8321A

Tints of Harley Davidson Orange #D8321A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.12%

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

R = 73.97%
G = 17.12%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D8321A (or 0xD8321A) is known color: Harley Davidson Orange. HEX triplet: D8, 32 and 1A. RGB value is (216,50,26). Sum of RGB (Red+Green+Blue) = 216+50+26=292 (38% of max value = 765). Red value is 216 (84.77% from 255 or 73.97% from 292); Green value is 50 (19.92% from 255 or 17.12% from 292); Blue value is 26 (10.55% from 255 or 8.90% from 292); Max value from RGB is 216 - color contains mainly: red. Hex color #D8321A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8321A is #27CDE5. Grayscale: #616161. Windows color (decimal): -2608614 or 1716952. OLE color: 1716952.

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

Color convert

RGB 216 50 26 -
CMYK 0 0.77 0.88 0.15
HSL 7.58º 0.79% 0.47% -
HSV(B) 7.58º 0.88% 0.85% -
XYZ 29.65 16.95 2.69 -
YUV 96.9 88 212.95 -
System Red Green Blue C M Y K H S L
Decimal 216 50 26 0 0.77 0.88 0.15 7.58 0.79 0.47
Hex D8 32 1A 0 4D 58 F 8 4F 2F
Octal 330 62 32 0 115 130 17 10 117 57
Binary 11011000 110010 11010 0 1001101 1011000 1111 1000 1001111 101111

Color Harmonies of #D8321A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8321A

Black with #D8321A

Text Example


Text Example

White with #D8321A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8321A; }

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

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

background-color css

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

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

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

border-color css

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

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

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