Html Css Color HEX #D5190F Harley Davidson Orange

📋 copy color: '#D5190F'

red 213 ◦ green 25 ◦ blue 15

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

Shades of Harley Davidson Orange #D5190F

Tints of Harley Davidson Orange #D5190F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.93%

R = 84.19%
G = 9.88%
B = 5.93%

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

#D5190F (or 0xD5190F) is known color: Harley Davidson Orange. HEX triplet: D5, 19 and 0F. RGB value is (213,25,15). Sum of RGB (Red+Green+Blue) = 213+25+15=253 (33% of max value = 765). Red value is 213 (83.59% from 255 or 84.19% from 253); Green value is 25 (10.16% from 255 or 9.88% from 253); Blue value is 15 (6.25% from 255 or 5.93% from 253); Max value from RGB is 213 - color contains mainly: red. Hex color #D5190F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D5190F is #2AE6F0. Grayscale: #505050. Windows color (decimal): -2811633 or 989653. OLE color: 989653.

HSL color Cylindrical-coordinate representation of color #D5190F: hue angle of 3.03º degrees, saturation: 0.87, 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 #D5190F is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 25 15 -
CMYK 0 0.88 0.93 0.16
HSL 3.03º 0.87% 0.45% -
HSV(B) 3.03º 0.93% 0.84% -
XYZ 27.87 14.88 1.85 -
YUV 80.07 91.28 222.81 -
System Red Green Blue C M Y K H S L
Decimal 213 25 15 0 0.88 0.93 0.16 3.03 0.87 0.45
Hex D5 19 F 0 58 5D 10 3 57 2D
Octal 325 31 17 0 130 135 20 3 127 55
Binary 11010101 11001 1111 0 1011000 1011101 10000 11 1010111 101101

Color Harmonies of #D5190F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5190F

Black with #D5190F

Text Example


Text Example

White with #D5190F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5190F; }

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

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

background-color css

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

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

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

border-color css

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

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

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