Html Css Color HEX #D8320B Harley Davidson Orange

📋 copy color: '#D8320B'

red 216 ◦ green 50 ◦ blue 11

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

Shades of Harley Davidson Orange #D8320B

Tints of Harley Davidson Orange #D8320B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.97%

R = 77.98%
G = 18.05%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D8320B (or 0xD8320B) is known color: Harley Davidson Orange. HEX triplet: D8, 32 and 0B. RGB value is (216,50,11). Sum of RGB (Red+Green+Blue) = 216+50+11=277 (36% of max value = 765). Red value is 216 (84.77% from 255 or 77.98% from 277); Green value is 50 (19.92% from 255 or 18.05% from 277); Blue value is 11 (4.69% from 255 or 3.97% from 277); Max value from RGB is 216 - color contains mainly: red. Hex color #D8320B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D8320B is #27CDF4. Grayscale: #5F5F5F. Windows color (decimal): -2608629 or 733912. OLE color: 733912.

HSL color Cylindrical-coordinate representation of color #D8320B: hue angle of 11.41º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D8320B is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 50 11 -
CMYK 0 0.77 0.95 0.15
HSL 11.41º 0.9% 0.45% -
HSV(B) 11.41º 0.95% 0.85% -
XYZ 29.52 16.9 2.02 -
YUV 95.19 80.5 214.17 -
System Red Green Blue C M Y K H S L
Decimal 216 50 11 0 0.77 0.95 0.15 11.41 0.9 0.45
Hex D8 32 B 0 4D 5F F B 5A 2D
Octal 330 62 13 0 115 137 17 13 132 55
Binary 11011000 110010 1011 0 1001101 1011111 1111 1011 1011010 101101

Color Harmonies of #D8320B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8320B

Black with #D8320B

Text Example


Text Example

White with #D8320B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8320B; }

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

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

background-color css

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

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

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

border-color css

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

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

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