Html Css Color HEX #D5180D Harley Davidson Orange

📋 copy color: '#D5180D'

red 213 ◦ green 24 ◦ blue 13

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

Shades of Harley Davidson Orange #D5180D

Tints of Harley Davidson Orange #D5180D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.6%

 BLUE value IS 13 (5.47% from 255) = 5.2%

R = 85.2%
G = 9.6%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D5180D (or 0xD5180D) is known color: Harley Davidson Orange. HEX triplet: D5, 18 and 0D. RGB value is (213,24,13). Sum of RGB (Red+Green+Blue) = 213+24+13=250 (33% of max value = 765). Red value is 213 (83.59% from 255 or 85.2% from 250); Green value is 24 (9.77% from 255 or 9.6% from 250); Blue value is 13 (5.47% from 255 or 5.2% from 250); Max value from RGB is 213 - color contains mainly: red. Hex color #D5180D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D5180D is #2AE7F2. Grayscale: #4F4F4F. Windows color (decimal): -2811891 or 858325. OLE color: 858325.

HSL color Cylindrical-coordinate representation of color #D5180D: hue angle of 3.3º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D5180D is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 24 13 -
CMYK 0 0.89 0.94 0.16
HSL 3.3º 0.88% 0.44% -
HSV(B) 3.3º 0.94% 0.84% -
XYZ 27.84 14.83 1.78 -
YUV 79.26 90.62 223.39 -
System Red Green Blue C M Y K H S L
Decimal 213 24 13 0 0.89 0.94 0.16 3.3 0.88 0.44
Hex D5 18 D 0 59 5E 10 3 58 2C
Octal 325 30 15 0 131 136 20 3 130 54
Binary 11010101 11000 1101 0 1011001 1011110 10000 11 1011000 101100

Color Harmonies of #D5180D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5180D

Black with #D5180D

Text Example


Text Example

White with #D5180D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5180D; }

 p { color: rgb(213,24,13); }

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

background-color css

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

 a { background-color: rgb(213,24,13); }

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

border-color css

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

 span { border-color: rgb(213,24,13); }

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