Html Css Color HEX #D8331E Harley Davidson Orange

📋 copy color: '#D8331E'

red 216 ◦ green 51 ◦ blue 30

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

Shades of Harley Davidson Orange #D8331E

Tints of Harley Davidson Orange #D8331E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.1%

R = 72.73%
G = 17.17%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D8331E (or 0xD8331E) is known color: Harley Davidson Orange. HEX triplet: D8, 33 and 1E. RGB value is (216,51,30). Sum of RGB (Red+Green+Blue) = 216+51+30=297 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.73% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 30 (12.11% from 255 or 10.10% from 297); Max value from RGB is 216 - color contains mainly: red. Hex color #D8331E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8331E is #27CCE1. Grayscale: #626262. Windows color (decimal): -2608354 or 1979352. OLE color: 1979352.

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

Color convert

RGB 216 51 30 -
CMYK 0 0.76 0.86 0.15
HSL 6.77º 0.76% 0.48% -
HSV(B) 6.77º 0.86% 0.85% -
XYZ 29.74 17.06 2.95 -
YUV 97.94 89.66 212.21 -
System Red Green Blue C M Y K H S L
Decimal 216 51 30 0 0.76 0.86 0.15 6.77 0.76 0.48
Hex D8 33 1E 0 4C 56 F 7 4C 30
Octal 330 63 36 0 114 126 17 7 114 60
Binary 11011000 110011 11110 0 1001100 1010110 1111 111 1001100 110000

Color Harmonies of #D8331E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8331E

Black with #D8331E

Text Example


Text Example

White with #D8331E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8331E; }

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

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

background-color css

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

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

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

border-color css

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

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

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