Html Css Color HEX #D5341E Harley Davidson Orange

📋 copy color: '#D5341E'

red 213 ◦ green 52 ◦ blue 30

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

Shades of Harley Davidson Orange #D5341E

Tints of Harley Davidson Orange #D5341E

RGB

 RED value IS 213 (83.59% from 255) = 72.2%

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

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

R = 72.2%
G = 17.63%
B = 10.17%

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

#D5341E (or 0xD5341E) is known color: Harley Davidson Orange. HEX triplet: D5, 34 and 1E. RGB value is (213,52,30). Sum of RGB (Red+Green+Blue) = 213+52+30=295 (39% of max value = 765). Red value is 213 (83.59% from 255 or 72.20% from 295); Green value is 52 (20.70% from 255 or 17.63% from 295); Blue value is 30 (12.11% from 255 or 10.17% from 295); Max value from RGB is 213 - color contains mainly: red. Hex color #D5341E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5341E is #2ACBE1. Grayscale: #616161. Windows color (decimal): -2804706 or 1979605. OLE color: 1979605.

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

Color convert

RGB 213 52 30 -
CMYK 0 0.76 0.86 0.16
HSL 7.21º 0.75% 0.48% -
HSV(B) 7.21º 0.86% 0.84% -
XYZ 28.9 16.7 2.93 -
YUV 97.63 89.84 210.29 -
System Red Green Blue C M Y K H S L
Decimal 213 52 30 0 0.76 0.86 0.16 7.21 0.75 0.48
Hex D5 34 1E 0 4C 56 10 7 4B 30
Octal 325 64 36 0 114 126 20 7 113 60
Binary 11010101 110100 11110 0 1001100 1010110 10000 111 1001011 110000

Color Harmonies of #D5341E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5341E

Black with #D5341E

Text Example


Text Example

White with #D5341E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5341E; }

 p { color: rgb(213,52,30); }

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

background-color css

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

 a { background-color: rgb(213,52,30); }

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

border-color css

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

 span { border-color: rgb(213,52,30); }

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