Html Css Color HEX #D7341B Harley Davidson Orange

📋 copy color: '#D7341B'

red 215 ◦ green 52 ◦ blue 27

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

Shades of Harley Davidson Orange #D7341B

Tints of Harley Davidson Orange #D7341B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.69%

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

R = 73.13%
G = 17.69%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D7341B (or 0xD7341B) is known color: Harley Davidson Orange. HEX triplet: D7, 34 and 1B. RGB value is (215,52,27). Sum of RGB (Red+Green+Blue) = 215+52+27=294 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.13% from 294); Green value is 52 (20.70% from 255 or 17.69% from 294); Blue value is 27 (10.94% from 255 or 9.18% from 294); Max value from RGB is 215 - color contains mainly: red. Hex color #D7341B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7341B is #28CBE4. Grayscale: #626262. Windows color (decimal): -2673637 or 1782999. OLE color: 1782999.

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

Color convert

RGB 215 52 27 -
CMYK 0 0.76 0.87 0.16
HSL 7.98º 0.78% 0.47% -
HSV(B) 7.98º 0.87% 0.84% -
XYZ 29.45 16.98 2.76 -
YUV 97.89 88 211.53 -
System Red Green Blue C M Y K H S L
Decimal 215 52 27 0 0.76 0.87 0.16 7.98 0.78 0.47
Hex D7 34 1B 0 4C 57 10 8 4E 2F
Octal 327 64 33 0 114 127 20 10 116 57
Binary 11010111 110100 11011 0 1001100 1010111 10000 1000 1001110 101111

Color Harmonies of #D7341B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7341B

Black with #D7341B

Text Example


Text Example

White with #D7341B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7341B; }

 p { color: rgb(215,52,27); }

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

background-color css

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

 a { background-color: rgb(215,52,27); }

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

border-color css

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

 span { border-color: rgb(215,52,27); }

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