Html Css Color HEX #D5481F Harley Davidson Orange

📋 copy color: '#D5481F'

red 213 ◦ green 72 ◦ blue 31

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

Shades of Harley Davidson Orange #D5481F

Tints of Harley Davidson Orange #D5481F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.81%

R = 67.41%
G = 22.78%
B = 9.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D5481F (or 0xD5481F) is known color: Harley Davidson Orange. HEX triplet: D5, 48 and 1F. RGB value is (213,72,31). Sum of RGB (Red+Green+Blue) = 213+72+31=316 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.41% from 316); Green value is 72 (28.52% from 255 or 22.78% from 316); Blue value is 31 (12.5% from 255 or 9.81% from 316); Max value from RGB is 213 - color contains mainly: red. Hex color #D5481F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5481F is #2AB7E0. Grayscale: #6D6D6D. Windows color (decimal): -2799585 or 2050261. OLE color: 2050261.

HSL color Cylindrical-coordinate representation of color #D5481F: hue angle of 13.52º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D5481F is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 72 31 -
CMYK 0 0.66 0.85 0.16
HSL 13.52º 0.75% 0.48% -
HSV(B) 13.52º 0.85% 0.84% -
XYZ 30.01 18.88 3.36 -
YUV 109.49 83.71 201.83 -
System Red Green Blue C M Y K H S L
Decimal 213 72 31 0 0.66 0.85 0.16 13.52 0.75 0.48
Hex D5 48 1F 0 42 55 10 E 4B 30
Octal 325 110 37 0 102 125 20 16 113 60
Binary 11010101 1001000 11111 0 1000010 1010101 10000 1110 1001011 110000

Color Harmonies of #D5481F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5481F

Black with #D5481F

Text Example


Text Example

White with #D5481F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5481F; }

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

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

background-color css

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

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

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

border-color css

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

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

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