Html Css Color HEX #D8331B Harley Davidson Orange

📋 copy color: '#D8331B'

red 216 ◦ green 51 ◦ blue 27

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

Shades of Harley Davidson Orange #D8331B

Tints of Harley Davidson Orange #D8331B

RGB

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

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

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

R = 73.47%
G = 17.35%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D8331B (or 0xD8331B) is known color: Harley Davidson Orange. HEX triplet: D8, 33 and 1B. RGB value is (216,51,27). Sum of RGB (Red+Green+Blue) = 216+51+27=294 (38% of max value = 765). Red value is 216 (84.77% from 255 or 73.47% from 294); Green value is 51 (20.31% from 255 or 17.35% from 294); Blue value is 27 (10.94% from 255 or 9.18% from 294); Max value from RGB is 216 - color contains mainly: red. Hex color #D8331B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8331B is #27CCE4. Grayscale: #616161. Windows color (decimal): -2608357 or 1782744. OLE color: 1782744.

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

Color convert

RGB 216 51 27 -
CMYK 0 0.76 0.88 0.15
HSL 7.62º 0.78% 0.48% -
HSV(B) 7.62º 0.88% 0.85% -
XYZ 29.7 17.05 2.76 -
YUV 97.6 88.16 212.45 -
System Red Green Blue C M Y K H S L
Decimal 216 51 27 0 0.76 0.88 0.15 7.62 0.78 0.48
Hex D8 33 1B 0 4C 58 F 8 4E 30
Octal 330 63 33 0 114 130 17 10 116 60
Binary 11011000 110011 11011 0 1001100 1011000 1111 1000 1001110 110000

Color Harmonies of #D8331B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8331B

Black with #D8331B

Text Example


Text Example

White with #D8331B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8331B; }

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

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

background-color css

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

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

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

border-color css

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

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

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