Html Css Color HEX #D5290E Harley Davidson Orange

📋 copy color: '#D5290E'

red 213 ◦ green 41 ◦ blue 14

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

Shades of Harley Davidson Orange #D5290E

Tints of Harley Davidson Orange #D5290E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.3%

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

R = 79.48%
G = 15.3%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D5290E (or 0xD5290E) is known color: Harley Davidson Orange. HEX triplet: D5, 29 and 0E. RGB value is (213,41,14). Sum of RGB (Red+Green+Blue) = 213+41+14=268 (35% of max value = 765). Red value is 213 (83.59% from 255 or 79.48% from 268); Green value is 41 (16.41% from 255 or 15.30% from 268); Blue value is 14 (5.86% from 255 or 5.22% from 268); Max value from RGB is 213 - color contains mainly: red. Hex color #D5290E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D5290E is #2AD6F1. Grayscale: #595959. Windows color (decimal): -2807538 or 928213. OLE color: 928213.

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

Color convert

RGB 213 41 14 -
CMYK 0 0.81 0.93 0.16
HSL 8.14º 0.88% 0.45% -
HSV(B) 8.14º 0.93% 0.84% -
XYZ 28.31 15.76 1.97 -
YUV 89.35 85.48 216.2 -
System Red Green Blue C M Y K H S L
Decimal 213 41 14 0 0.81 0.93 0.16 8.14 0.88 0.45
Hex D5 29 E 0 51 5D 10 8 58 2D
Octal 325 51 16 0 121 135 20 10 130 55
Binary 11010101 101001 1110 0 1010001 1011101 10000 1000 1011000 101101

Color Harmonies of #D5290E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5290E

Black with #D5290E

Text Example


Text Example

White with #D5290E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5290E; }

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

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

background-color css

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

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

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

border-color css

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

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

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