Html Css Color HEX #D7331E Harley Davidson Orange

📋 copy color: '#D7331E'

red 215 ◦ green 51 ◦ blue 30

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

Shades of Harley Davidson Orange #D7331E

Tints of Harley Davidson Orange #D7331E

RGB

 RED value IS 215 (84.38% from 255) = 72.64%

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

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

R = 72.64%
G = 17.23%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D7331E (or 0xD7331E) is known color: Harley Davidson Orange. HEX triplet: D7, 33 and 1E. RGB value is (215,51,30). Sum of RGB (Red+Green+Blue) = 215+51+30=296 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.64% from 296); Green value is 51 (20.31% from 255 or 17.23% from 296); Blue value is 30 (12.11% from 255 or 10.14% from 296); Max value from RGB is 215 - color contains mainly: red. Hex color #D7331E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7331E is #28CCE1. Grayscale: #616161. Windows color (decimal): -2673890 or 1979351. OLE color: 1979351.

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

Color convert

RGB 215 51 30 -
CMYK 0 0.76 0.86 0.16
HSL 6.81º 0.76% 0.48% -
HSV(B) 6.81º 0.86% 0.84% -
XYZ 29.44 16.91 2.94 -
YUV 97.64 89.83 211.71 -
System Red Green Blue C M Y K H S L
Decimal 215 51 30 0 0.76 0.86 0.16 6.81 0.76 0.48
Hex D7 33 1E 0 4C 56 10 7 4C 30
Octal 327 63 36 0 114 126 20 7 114 60
Binary 11010111 110011 11110 0 1001100 1010110 10000 111 1001100 110000

Color Harmonies of #D7331E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7331E

Black with #D7331E

Text Example


Text Example

White with #D7331E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7331E; }

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

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

background-color css

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

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

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

border-color css

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

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

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