Html Css Color HEX #D5481A Harley Davidson Orange

📋 copy color: '#D5481A'

red 213 ◦ green 72 ◦ blue 26

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

Shades of Harley Davidson Orange #D5481A

Tints of Harley Davidson Orange #D5481A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.15%

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

R = 68.49%
G = 23.15%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D5481A (or 0xD5481A) is known color: Harley Davidson Orange. HEX triplet: D5, 48 and 1A. RGB value is (213,72,26). Sum of RGB (Red+Green+Blue) = 213+72+26=311 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.49% from 311); Green value is 72 (28.52% from 255 or 23.15% from 311); Blue value is 26 (10.55% from 255 or 8.36% from 311); Max value from RGB is 213 - color contains mainly: red. Hex color #D5481A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5481A is #2AB7E5. Grayscale: #6D6D6D. Windows color (decimal): -2799590 or 1722581. OLE color: 1722581.

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

Color convert

RGB 213 72 26 -
CMYK 0 0.66 0.88 0.16
HSL 14.76º 0.78% 0.47% -
HSV(B) 14.76º 0.88% 0.84% -
XYZ 29.94 18.86 3.04 -
YUV 108.92 81.21 202.24 -
System Red Green Blue C M Y K H S L
Decimal 213 72 26 0 0.66 0.88 0.16 14.76 0.78 0.47
Hex D5 48 1A 0 42 58 10 F 4E 2F
Octal 325 110 32 0 102 130 20 17 116 57
Binary 11010101 1001000 11010 0 1000010 1011000 10000 1111 1001110 101111

Color Harmonies of #D5481A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5481A

Black with #D5481A

Text Example


Text Example

White with #D5481A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5481A; }

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

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

background-color css

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

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

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

border-color css

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

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

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