Html Css Color HEX #D7341F Harley Davidson Orange

📋 copy color: '#D7341F'

red 215 ◦ green 52 ◦ blue 31

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

Shades of Harley Davidson Orange #D7341F

Tints of Harley Davidson Orange #D7341F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.4%

R = 72.15%
G = 17.45%
B = 10.4%

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

#D7341F (or 0xD7341F) is known color: Harley Davidson Orange. HEX triplet: D7, 34 and 1F. RGB value is (215,52,31). Sum of RGB (Red+Green+Blue) = 215+52+31=298 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.15% from 298); Green value is 52 (20.70% from 255 or 17.45% from 298); Blue value is 31 (12.5% from 255 or 10.40% from 298); Max value from RGB is 215 - color contains mainly: red. Hex color #D7341F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7341F is #28CBE0. Grayscale: #626262. Windows color (decimal): -2673633 or 2045143. OLE color: 2045143.

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

Color convert

RGB 215 52 31 -
CMYK 0 0.76 0.86 0.16
HSL 6.85º 0.75% 0.48% -
HSV(B) 6.85º 0.86% 0.84% -
XYZ 29.5 17 3.02 -
YUV 98.34 90 211.21 -
System Red Green Blue C M Y K H S L
Decimal 215 52 31 0 0.76 0.86 0.16 6.85 0.75 0.48
Hex D7 34 1F 0 4C 56 10 7 4B 30
Octal 327 64 37 0 114 126 20 7 113 60
Binary 11010111 110100 11111 0 1001100 1010110 10000 111 1001011 110000

Color Harmonies of #D7341F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7341F

Black with #D7341F

Text Example


Text Example

White with #D7341F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7341F; }

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

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

background-color css

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

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

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

border-color css

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

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

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