Html Css Color HEX #D8331D Harley Davidson Orange

📋 copy color: '#D8331D'

red 216 ◦ green 51 ◦ blue 29

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

Shades of Harley Davidson Orange #D8331D

Tints of Harley Davidson Orange #D8331D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.23%

 BLUE value IS 29 (11.72% from 255) = 9.8%

R = 72.97%
G = 17.23%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#D8331D (or 0xD8331D) is known color: Harley Davidson Orange. HEX triplet: D8, 33 and 1D. RGB value is (216,51,29). Sum of RGB (Red+Green+Blue) = 216+51+29=296 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.97% from 296); Green value is 51 (20.31% from 255 or 17.23% from 296); Blue value is 29 (11.72% from 255 or 9.80% from 296); Max value from RGB is 216 - color contains mainly: red. Hex color #D8331D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8331D is #27CCE2. Grayscale: #626262. Windows color (decimal): -2608355 or 1913816. OLE color: 1913816.

HSL color Cylindrical-coordinate representation of color #D8331D: hue angle of 7.06º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D8331D is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 51 29 -
CMYK 0 0.76 0.87 0.15
HSL 7.06º 0.76% 0.48% -
HSV(B) 7.06º 0.87% 0.85% -
XYZ 29.72 17.06 2.89 -
YUV 97.83 89.16 212.29 -
System Red Green Blue C M Y K H S L
Decimal 216 51 29 0 0.76 0.87 0.15 7.06 0.76 0.48
Hex D8 33 1D 0 4C 57 F 7 4C 30
Octal 330 63 35 0 114 127 17 7 114 60
Binary 11011000 110011 11101 0 1001100 1010111 1111 111 1001100 110000

Color Harmonies of #D8331D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8331D

Black with #D8331D

Text Example


Text Example

White with #D8331D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8331D; }

 p { color: rgb(216,51,29); }

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

background-color css

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

 a { background-color: rgb(216,51,29); }

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

border-color css

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

 span { border-color: rgb(216,51,29); }

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