Html Css Color HEX #D2291B Harley Davidson Orange

📋 copy color: '#D2291B'

red 210 ◦ green 41 ◦ blue 27

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

Shades of Harley Davidson Orange #D2291B

Tints of Harley Davidson Orange #D2291B

RGB

 RED value IS 210 (82.42% from 255) = 75.54%

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

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

R = 75.54%
G = 14.75%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D2291B (or 0xD2291B) is known color: Harley Davidson Orange. HEX triplet: D2, 29 and 1B. RGB value is (210,41,27). Sum of RGB (Red+Green+Blue) = 210+41+27=278 (36% of max value = 765). Red value is 210 (82.42% from 255 or 75.54% from 278); Green value is 41 (16.41% from 255 or 14.75% from 278); Blue value is 27 (10.94% from 255 or 9.71% from 278); Max value from RGB is 210 - color contains mainly: red. Hex color #D2291B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2291B is #2DD6E4. Grayscale: #5A5A5A. Windows color (decimal): -3004133 or 1780178. OLE color: 1780178.

HSL color Cylindrical-coordinate representation of color #D2291B: hue angle of 4.59º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D2291B is Cyan = 0, Magento = 0.80, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 41 27 -
CMYK 0 0.80 0.87 0.18
HSL 4.59º 0.77% 0.46% -
HSV(B) 4.59º 0.87% 0.82% -
XYZ 27.57 15.37 2.55 -
YUV 89.94 92.49 213.64 -
System Red Green Blue C M Y K H S L
Decimal 210 41 27 0 0.80 0.87 0.18 4.59 0.77 0.46
Hex D2 29 1B 0 50 57 12 5 4D 2E
Octal 322 51 33 0 120 127 22 5 115 56
Binary 11010010 101001 11011 0 1010000 1010111 10010 101 1001101 101110

Color Harmonies of #D2291B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2291B

Black with #D2291B

Text Example


Text Example

White with #D2291B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2291B; }

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

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

background-color css

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

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

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

border-color css

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

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

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