Html Css Color HEX #D8321B Harley Davidson Orange

📋 copy color: '#D8321B'

red 216 ◦ green 50 ◦ blue 27

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

Shades of Harley Davidson Orange #D8321B

Tints of Harley Davidson Orange #D8321B

RGB

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

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

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

R = 73.72%
G = 17.06%
B = 9.22%

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

#D8321B (or 0xD8321B) is known color: Harley Davidson Orange. HEX triplet: D8, 32 and 1B. RGB value is (216,50,27). Sum of RGB (Red+Green+Blue) = 216+50+27=293 (38% of max value = 765). Red value is 216 (84.77% from 255 or 73.72% from 293); Green value is 50 (19.92% from 255 or 17.06% from 293); Blue value is 27 (10.94% from 255 or 9.22% from 293); Max value from RGB is 216 - color contains mainly: red. Hex color #D8321B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8321B is #27CDE4. Grayscale: #616161. Windows color (decimal): -2608613 or 1782488. OLE color: 1782488.

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

Color convert

RGB 216 50 27 -
CMYK 0 0.77 0.88 0.15
HSL 7.3º 0.78% 0.48% -
HSV(B) 7.3º 0.88% 0.85% -
XYZ 29.66 16.96 2.75 -
YUV 97.01 88.5 212.87 -
System Red Green Blue C M Y K H S L
Decimal 216 50 27 0 0.77 0.88 0.15 7.3 0.78 0.48
Hex D8 32 1B 0 4D 58 F 7 4E 30
Octal 330 62 33 0 115 130 17 7 116 60
Binary 11011000 110010 11011 0 1001101 1011000 1111 111 1001110 110000

Color Harmonies of #D8321B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8321B

Black with #D8321B

Text Example


Text Example

White with #D8321B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8321B; }

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

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

background-color css

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

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

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

border-color css

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

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

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