Html Css Color HEX #D5291C Harley Davidson Orange

📋 copy color: '#D5291C'

red 213 ◦ green 41 ◦ blue 28

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

Shades of Harley Davidson Orange #D5291C

Tints of Harley Davidson Orange #D5291C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.93%

R = 75.53%
G = 14.54%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D5291C (or 0xD5291C) is known color: Harley Davidson Orange. HEX triplet: D5, 29 and 1C. RGB value is (213,41,28). Sum of RGB (Red+Green+Blue) = 213+41+28=282 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.53% from 282); Green value is 41 (16.41% from 255 or 14.54% from 282); Blue value is 28 (11.33% from 255 or 9.93% from 282); Max value from RGB is 213 - color contains mainly: red. Hex color #D5291C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5291C is #2AD6E3. Grayscale: #5B5B5B. Windows color (decimal): -2807524 or 1845717. OLE color: 1845717.

HSL color Cylindrical-coordinate representation of color #D5291C: hue angle of 4.22º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D5291C is Cyan = 0, Magento = 0.81, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 41 28 -
CMYK 0 0.81 0.87 0.16
HSL 4.22º 0.77% 0.47% -
HSV(B) 4.22º 0.87% 0.84% -
XYZ 28.44 15.82 2.65 -
YUV 90.95 92.48 215.06 -
System Red Green Blue C M Y K H S L
Decimal 213 41 28 0 0.81 0.87 0.16 4.22 0.77 0.47
Hex D5 29 1C 0 51 57 10 4 4D 2F
Octal 325 51 34 0 121 127 20 4 115 57
Binary 11010101 101001 11100 0 1010001 1010111 10000 100 1001101 101111

Color Harmonies of #D5291C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5291C

Black with #D5291C

Text Example


Text Example

White with #D5291C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5291C; }

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

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

background-color css

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

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

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

border-color css

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

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

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