Html Css Color HEX #D54310 Harley Davidson Orange

📋 copy color: '#D54310'

red 213 ◦ green 67 ◦ blue 16

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

Shades of Harley Davidson Orange #D54310

Tints of Harley Davidson Orange #D54310

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.64%

 BLUE value IS 16 (6.64% from 255) = 5.41%

R = 71.96%
G = 22.64%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D54310 (or 0xD54310) is known color: Harley Davidson Orange. HEX triplet: D5, 43 and 10. RGB value is (213,67,16). Sum of RGB (Red+Green+Blue) = 213+67+16=296 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.96% from 296); Green value is 67 (26.56% from 255 or 22.64% from 296); Blue value is 16 (6.64% from 255 or 5.41% from 296); Max value from RGB is 213 - color contains mainly: red. Hex color #D54310 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54310 is #2ABCEF. Grayscale: #696969. Windows color (decimal): -2800880 or 1065941. OLE color: 1065941.

HSL color Cylindrical-coordinate representation of color #D54310: hue angle of 15.53º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D54310 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 67 16 -
CMYK 0 0.69 0.92 0.16
HSL 15.53º 0.86% 0.45% -
HSV(B) 15.53º 0.92% 0.84% -
XYZ 29.54 18.2 2.45 -
YUV 104.84 77.87 205.15 -
System Red Green Blue C M Y K H S L
Decimal 213 67 16 0 0.69 0.92 0.16 15.53 0.86 0.45
Hex D5 43 10 0 45 5C 10 10 56 2D
Octal 325 103 20 0 105 134 20 20 126 55
Binary 11010101 1000011 10000 0 1000101 1011100 10000 10000 1010110 101101

Color Harmonies of #D54310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54310

Black with #D54310

Text Example


Text Example

White with #D54310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54310; }

 p { color: rgb(213,67,16); }

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

background-color css

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

 a { background-color: rgb(213,67,16); }

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

border-color css

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

 span { border-color: rgb(213,67,16); }

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