Html Css Color HEX #D5361A Harley Davidson Orange

📋 copy color: '#D5361A'

red 213 ◦ green 54 ◦ blue 26

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

Shades of Harley Davidson Orange #D5361A

Tints of Harley Davidson Orange #D5361A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.43%

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

R = 72.7%
G = 18.43%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D5361A (or 0xD5361A) is known color: Harley Davidson Orange. HEX triplet: D5, 36 and 1A. RGB value is (213,54,26). Sum of RGB (Red+Green+Blue) = 213+54+26=293 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.70% from 293); Green value is 54 (21.48% from 255 or 18.43% from 293); Blue value is 26 (10.55% from 255 or 8.87% from 293); Max value from RGB is 213 - color contains mainly: red. Hex color #D5361A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5361A is #2AC9E5. Grayscale: #626262. Windows color (decimal): -2804198 or 1717973. OLE color: 1717973.

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

Color convert

RGB 213 54 26 -
CMYK 0 0.75 0.88 0.16
HSL 8.98º 0.78% 0.47% -
HSV(B) 8.98º 0.88% 0.84% -
XYZ 28.95 16.86 2.71 -
YUV 98.35 87.18 209.78 -
System Red Green Blue C M Y K H S L
Decimal 213 54 26 0 0.75 0.88 0.16 8.98 0.78 0.47
Hex D5 36 1A 0 4B 58 10 9 4E 2F
Octal 325 66 32 0 113 130 20 11 116 57
Binary 11010101 110110 11010 0 1001011 1011000 10000 1001 1001110 101111

Color Harmonies of #D5361A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5361A

Black with #D5361A

Text Example


Text Example

White with #D5361A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5361A; }

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

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

background-color css

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

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

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

border-color css

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

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

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