Html Css Color HEX #D5291B Harley Davidson Orange

📋 copy color: '#D5291B'

red 213 ◦ green 41 ◦ blue 27

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

Shades of Harley Davidson Orange #D5291B

Tints of Harley Davidson Orange #D5291B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.61%

R = 75.8%
G = 14.59%
B = 9.61%

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

#D5291B (or 0xD5291B) is known color: Harley Davidson Orange. HEX triplet: D5, 29 and 1B. RGB value is (213,41,27). Sum of RGB (Red+Green+Blue) = 213+41+27=281 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.80% from 281); Green value is 41 (16.41% from 255 or 14.59% from 281); Blue value is 27 (10.94% from 255 or 9.61% from 281); Max value from RGB is 213 - color contains mainly: red. Hex color #D5291B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5291B is #2AD6E4. Grayscale: #5B5B5B. Windows color (decimal): -2807525 or 1780181. OLE color: 1780181.

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

Color convert

RGB 213 41 27 -
CMYK 0 0.81 0.87 0.16
HSL 4.52º 0.78% 0.47% -
HSV(B) 4.52º 0.87% 0.84% -
XYZ 28.43 15.81 2.59 -
YUV 90.83 91.98 215.14 -
System Red Green Blue C M Y K H S L
Decimal 213 41 27 0 0.81 0.87 0.16 4.52 0.78 0.47
Hex D5 29 1B 0 51 57 10 5 4E 2F
Octal 325 51 33 0 121 127 20 5 116 57
Binary 11010101 101001 11011 0 1010001 1010111 10000 101 1001110 101111

Color Harmonies of #D5291B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5291B

Black with #D5291B

Text Example


Text Example

White with #D5291B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5291B; }

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

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

background-color css

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

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

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

border-color css

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

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

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