Html Css Color HEX #D5341D Harley Davidson Orange

📋 copy color: '#D5341D'

red 213 ◦ green 52 ◦ blue 29

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

Shades of Harley Davidson Orange #D5341D

Tints of Harley Davidson Orange #D5341D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.86%

R = 72.45%
G = 17.69%
B = 9.86%

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

#D5341D (or 0xD5341D) is known color: Harley Davidson Orange. HEX triplet: D5, 34 and 1D. RGB value is (213,52,29). Sum of RGB (Red+Green+Blue) = 213+52+29=294 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.45% from 294); Green value is 52 (20.70% from 255 or 17.69% from 294); Blue value is 29 (11.72% from 255 or 9.86% from 294); Max value from RGB is 213 - color contains mainly: red. Hex color #D5341D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5341D is #2ACBE2. Grayscale: #616161. Windows color (decimal): -2804707 or 1914069. OLE color: 1914069.

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

Color convert

RGB 213 52 29 -
CMYK 0 0.76 0.86 0.16
HSL 7.5º 0.76% 0.47% -
HSV(B) 7.5º 0.86% 0.84% -
XYZ 28.89 16.69 2.86 -
YUV 97.52 89.34 210.37 -
System Red Green Blue C M Y K H S L
Decimal 213 52 29 0 0.76 0.86 0.16 7.5 0.76 0.47
Hex D5 34 1D 0 4C 56 10 8 4C 2F
Octal 325 64 35 0 114 126 20 10 114 57
Binary 11010101 110100 11101 0 1001100 1010110 10000 1000 1001100 101111

Color Harmonies of #D5341D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5341D

Black with #D5341D

Text Example


Text Example

White with #D5341D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5341D; }

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

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

background-color css

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

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

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

border-color css

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

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

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