Html Css Color HEX #D3291B Harley Davidson Orange

📋 copy color: '#D3291B'

red 211 ◦ green 41 ◦ blue 27

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

Shades of Harley Davidson Orange #D3291B

Tints of Harley Davidson Orange #D3291B

RGB

 RED value IS 211 (82.81% from 255) = 75.63%

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

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

R = 75.63%
G = 14.7%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#D3291B (or 0xD3291B) is known color: Harley Davidson Orange. HEX triplet: D3, 29 and 1B. RGB value is (211,41,27). Sum of RGB (Red+Green+Blue) = 211+41+27=279 (36% of max value = 765). Red value is 211 (82.81% from 255 or 75.63% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 27 (10.94% from 255 or 9.68% from 279); Max value from RGB is 211 - color contains mainly: red. Hex color #D3291B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3291B is #2CD6E4. Grayscale: #5A5A5A. Windows color (decimal): -2938597 or 1780179. OLE color: 1780179.

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

Color convert

RGB 211 41 27 -
CMYK 0 0.81 0.87 0.17
HSL 4.57º 0.77% 0.47% -
HSV(B) 4.57º 0.87% 0.83% -
XYZ 27.85 15.51 2.56 -
YUV 90.23 92.32 214.14 -
System Red Green Blue C M Y K H S L
Decimal 211 41 27 0 0.81 0.87 0.17 4.57 0.77 0.47
Hex D3 29 1B 0 51 57 11 5 4D 2F
Octal 323 51 33 0 121 127 21 5 115 57
Binary 11010011 101001 11011 0 1010001 1010111 10001 101 1001101 101111

Color Harmonies of #D3291B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3291B

Black with #D3291B

Text Example


Text Example

White with #D3291B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3291B; }

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

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

background-color css

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

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

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

border-color css

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

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

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