Html Css Color HEX #D8330E Harley Davidson Orange

📋 copy color: '#D8330E'

red 216 ◦ green 51 ◦ blue 14

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

Shades of Harley Davidson Orange #D8330E

Tints of Harley Davidson Orange #D8330E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.98%

R = 76.87%
G = 18.15%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8330E (or 0xD8330E) is known color: Harley Davidson Orange. HEX triplet: D8, 33 and 0E. RGB value is (216,51,14). Sum of RGB (Red+Green+Blue) = 216+51+14=281 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.87% from 281); Green value is 51 (20.31% from 255 or 18.15% from 281); Blue value is 14 (5.86% from 255 or 4.98% from 281); Max value from RGB is 216 - color contains mainly: red. Hex color #D8330E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D8330E is #27CCF1. Grayscale: #606060. Windows color (decimal): -2608370 or 930776. OLE color: 930776.

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

Color convert

RGB 216 51 14 -
CMYK 0 0.76 0.94 0.15
HSL 10.99º 0.88% 0.45% -
HSV(B) 10.99º 0.94% 0.85% -
XYZ 29.58 17 2.14 -
YUV 96.12 81.66 213.51 -
System Red Green Blue C M Y K H S L
Decimal 216 51 14 0 0.76 0.94 0.15 10.99 0.88 0.45
Hex D8 33 E 0 4C 5E F B 58 2D
Octal 330 63 16 0 114 136 17 13 130 55
Binary 11011000 110011 1110 0 1001100 1011110 1111 1011 1011000 101101

Color Harmonies of #D8330E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8330E

Black with #D8330E

Text Example


Text Example

White with #D8330E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8330E; }

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

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

background-color css

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

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

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

border-color css

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

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

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