Html Css Color HEX #D5341A Harley Davidson Orange

📋 copy color: '#D5341A'

red 213 ◦ green 52 ◦ blue 26

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

Shades of Harley Davidson Orange #D5341A

Tints of Harley Davidson Orange #D5341A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.93%

R = 73.2%
G = 17.87%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D5341A (or 0xD5341A) is known color: Harley Davidson Orange. HEX triplet: D5, 34 and 1A. RGB value is (213,52,26). Sum of RGB (Red+Green+Blue) = 213+52+26=291 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.20% from 291); Green value is 52 (20.70% from 255 or 17.87% from 291); Blue value is 26 (10.55% from 255 or 8.93% from 291); Max value from RGB is 213 - color contains mainly: red. Hex color #D5341A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5341A is #2ACBE5. Grayscale: #616161. Windows color (decimal): -2804710 or 1717461. OLE color: 1717461.

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

Color convert

RGB 213 52 26 -
CMYK 0 0.76 0.88 0.16
HSL 8.34º 0.78% 0.47% -
HSV(B) 8.34º 0.88% 0.84% -
XYZ 28.86 16.68 2.68 -
YUV 97.18 87.84 210.61 -
System Red Green Blue C M Y K H S L
Decimal 213 52 26 0 0.76 0.88 0.16 8.34 0.78 0.47
Hex D5 34 1A 0 4C 58 10 8 4E 2F
Octal 325 64 32 0 114 130 20 10 116 57
Binary 11010101 110100 11010 0 1001100 1011000 10000 1000 1001110 101111

Color Harmonies of #D5341A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5341A

Black with #D5341A

Text Example


Text Example

White with #D5341A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5341A; }

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

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

background-color css

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

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

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

border-color css

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

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

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