Html Css Color HEX #D5190E Harley Davidson Orange

📋 copy color: '#D5190E'

red 213 ◦ green 25 ◦ blue 14

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

Shades of Harley Davidson Orange #D5190E

Tints of Harley Davidson Orange #D5190E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.92%

 BLUE value IS 14 (5.86% from 255) = 5.56%

R = 84.52%
G = 9.92%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D5190E (or 0xD5190E) is known color: Harley Davidson Orange. HEX triplet: D5, 19 and 0E. RGB value is (213,25,14). Sum of RGB (Red+Green+Blue) = 213+25+14=252 (33% of max value = 765). Red value is 213 (83.59% from 255 or 84.52% from 252); Green value is 25 (10.16% from 255 or 9.92% from 252); Blue value is 14 (5.86% from 255 or 5.56% from 252); Max value from RGB is 213 - color contains mainly: red. Hex color #D5190E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D5190E is #2AE6F1. Grayscale: #505050. Windows color (decimal): -2811634 or 924117. OLE color: 924117.

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

Color convert

RGB 213 25 14 -
CMYK 0 0.88 0.93 0.16
HSL 3.32º 0.88% 0.45% -
HSV(B) 3.32º 0.93% 0.84% -
XYZ 27.87 14.87 1.82 -
YUV 79.96 90.78 222.89 -
System Red Green Blue C M Y K H S L
Decimal 213 25 14 0 0.88 0.93 0.16 3.32 0.88 0.45
Hex D5 19 E 0 58 5D 10 3 58 2D
Octal 325 31 16 0 130 135 20 3 130 55
Binary 11010101 11001 1110 0 1011000 1011101 10000 11 1011000 101101

Color Harmonies of #D5190E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5190E

Black with #D5190E

Text Example


Text Example

White with #D5190E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5190E; }

 p { color: rgb(213,25,14); }

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

background-color css

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

 a { background-color: rgb(213,25,14); }

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

border-color css

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

 span { border-color: rgb(213,25,14); }

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