Html Css Color HEX #D5471F Harley Davidson Orange

📋 copy color: '#D5471F'

red 213 ◦ green 71 ◦ blue 31

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

Shades of Harley Davidson Orange #D5471F

Tints of Harley Davidson Orange #D5471F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.54%

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

R = 67.62%
G = 22.54%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D5471F (or 0xD5471F) is known color: Harley Davidson Orange. HEX triplet: D5, 47 and 1F. RGB value is (213,71,31). Sum of RGB (Red+Green+Blue) = 213+71+31=315 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.62% from 315); Green value is 71 (28.12% from 255 or 22.54% from 315); Blue value is 31 (12.5% from 255 or 9.84% from 315); Max value from RGB is 213 - color contains mainly: red. Hex color #D5471F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5471F is #2AB8E0. Grayscale: #6D6D6D. Windows color (decimal): -2799841 or 2050005. OLE color: 2050005.

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

Color convert

RGB 213 71 31 -
CMYK 0 0.67 0.85 0.16
HSL 13.19º 0.75% 0.48% -
HSV(B) 13.19º 0.85% 0.84% -
XYZ 29.94 18.75 3.34 -
YUV 108.9 84.04 202.25 -
System Red Green Blue C M Y K H S L
Decimal 213 71 31 0 0.67 0.85 0.16 13.19 0.75 0.48
Hex D5 47 1F 0 43 55 10 D 4B 30
Octal 325 107 37 0 103 125 20 15 113 60
Binary 11010101 1000111 11111 0 1000011 1010101 10000 1101 1001011 110000

Color Harmonies of #D5471F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5471F

Black with #D5471F

Text Example


Text Example

White with #D5471F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5471F; }

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

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

background-color css

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

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

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

border-color css

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

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

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