Html Css Color HEX #D5461F Harley Davidson Orange

📋 copy color: '#D5461F'

red 213 ◦ green 70 ◦ blue 31

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

Shades of Harley Davidson Orange #D5461F

Tints of Harley Davidson Orange #D5461F

RGB

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

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

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

R = 67.83%
G = 22.29%
B = 9.87%

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

#D5461F (or 0xD5461F) is known color: Harley Davidson Orange. HEX triplet: D5, 46 and 1F. RGB value is (213,70,31). Sum of RGB (Red+Green+Blue) = 213+70+31=314 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.83% from 314); Green value is 70 (27.73% from 255 or 22.29% from 314); Blue value is 31 (12.5% from 255 or 9.87% from 314); Max value from RGB is 213 - color contains mainly: red. Hex color #D5461F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5461F is #2AB9E0. Grayscale: #6C6C6C. Windows color (decimal): -2800097 or 2049749. OLE color: 2049749.

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

Color convert

RGB 213 70 31 -
CMYK 0 0.67 0.85 0.16
HSL 12.86º 0.75% 0.48% -
HSV(B) 12.86º 0.85% 0.84% -
XYZ 29.88 18.63 3.32 -
YUV 108.31 84.38 202.67 -
System Red Green Blue C M Y K H S L
Decimal 213 70 31 0 0.67 0.85 0.16 12.86 0.75 0.48
Hex D5 46 1F 0 43 55 10 D 4B 30
Octal 325 106 37 0 103 125 20 15 113 60
Binary 11010101 1000110 11111 0 1000011 1010101 10000 1101 1001011 110000

Color Harmonies of #D5461F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5461F

Black with #D5461F

Text Example


Text Example

White with #D5461F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5461F; }

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

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

background-color css

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

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

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

border-color css

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

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

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