Html Css Color HEX #D5461A Harley Davidson Orange

📋 copy color: '#D5461A'

red 213 ◦ green 70 ◦ blue 26

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

Shades of Harley Davidson Orange #D5461A

Tints of Harley Davidson Orange #D5461A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.65%

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

R = 68.93%
G = 22.65%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D5461A (or 0xD5461A) is known color: Harley Davidson Orange. HEX triplet: D5, 46 and 1A. RGB value is (213,70,26). Sum of RGB (Red+Green+Blue) = 213+70+26=309 (40% of max value = 765). Red value is 213 (83.59% from 255 or 68.93% from 309); Green value is 70 (27.73% from 255 or 22.65% from 309); Blue value is 26 (10.55% from 255 or 8.41% from 309); Max value from RGB is 213 - color contains mainly: red. Hex color #D5461A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5461A is #2AB9E5. Grayscale: #6C6C6C. Windows color (decimal): -2800102 or 1722069. OLE color: 1722069.

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

Color convert

RGB 213 70 26 -
CMYK 0 0.67 0.88 0.16
HSL 14.12º 0.78% 0.47% -
HSV(B) 14.12º 0.88% 0.84% -
XYZ 29.82 18.6 3 -
YUV 107.74 81.88 203.08 -
System Red Green Blue C M Y K H S L
Decimal 213 70 26 0 0.67 0.88 0.16 14.12 0.78 0.47
Hex D5 46 1A 0 43 58 10 E 4E 2F
Octal 325 106 32 0 103 130 20 16 116 57
Binary 11010101 1000110 11010 0 1000011 1011000 10000 1110 1001110 101111

Color Harmonies of #D5461A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5461A

Black with #D5461A

Text Example


Text Example

White with #D5461A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5461A; }

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

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

background-color css

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

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

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

border-color css

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

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

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