Html Css Color HEX #D9331E Harley Davidson Orange

📋 copy color: '#D9331E'

red 217 ◦ green 51 ◦ blue 30

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

Shades of Harley Davidson Orange #D9331E

Tints of Harley Davidson Orange #D9331E

RGB

 RED value IS 217 (85.16% from 255) = 72.82%

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

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

R = 72.82%
G = 17.11%
B = 10.07%

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

#D9331E (or 0xD9331E) is known color: Harley Davidson Orange. HEX triplet: D9, 33 and 1E. RGB value is (217,51,30). Sum of RGB (Red+Green+Blue) = 217+51+30=298 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.82% from 298); Green value is 51 (20.31% from 255 or 17.11% from 298); Blue value is 30 (12.11% from 255 or 10.07% from 298); Max value from RGB is 217 - color contains mainly: red. Hex color #D9331E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9331E is #26CCE1. Grayscale: #626262. Windows color (decimal): -2542818 or 1979353. OLE color: 1979353.

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

Color convert

RGB 217 51 30 -
CMYK 0 0.76 0.86 0.15
HSL 6.74º 0.76% 0.48% -
HSV(B) 6.74º 0.86% 0.85% -
XYZ 30.03 17.21 2.97 -
YUV 98.24 89.5 212.71 -
System Red Green Blue C M Y K H S L
Decimal 217 51 30 0 0.76 0.86 0.15 6.74 0.76 0.48
Hex D9 33 1E 0 4C 56 F 7 4C 30
Octal 331 63 36 0 114 126 17 7 114 60
Binary 11011001 110011 11110 0 1001100 1010110 1111 111 1001100 110000

Color Harmonies of #D9331E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9331E

Black with #D9331E

Text Example


Text Example

White with #D9331E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9331E; }

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

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

background-color css

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

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

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

border-color css

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

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

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