Html Css Color HEX #D2290F Harley Davidson Orange

📋 copy color: '#D2290F'

red 210 ◦ green 41 ◦ blue 15

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

Shades of Harley Davidson Orange #D2290F

Tints of Harley Davidson Orange #D2290F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.64%

R = 78.95%
G = 15.41%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D2290F (or 0xD2290F) is known color: Harley Davidson Orange. HEX triplet: D2, 29 and 0F. RGB value is (210,41,15). Sum of RGB (Red+Green+Blue) = 210+41+15=266 (35% of max value = 765). Red value is 210 (82.42% from 255 or 78.95% from 266); Green value is 41 (16.41% from 255 or 15.41% from 266); Blue value is 15 (6.25% from 255 or 5.64% from 266); Max value from RGB is 210 - color contains mainly: red. Hex color #D2290F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D2290F is #2DD6F0. Grayscale: #585858. Windows color (decimal): -3004145 or 993746. OLE color: 993746.

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

Color convert

RGB 210 41 15 -
CMYK 0 0.80 0.93 0.18
HSL 0.87% 0.44% -
HSV(B) 0.93% 0.82% -
XYZ 27.46 15.32 1.96 -
YUV 88.57 86.49 214.61 -
System Red Green Blue C M Y K H S L
Decimal 210 41 15 0 0.80 0.93 0.18 8 0.87 0.44
Hex D2 29 F 0 50 5D 12 8 57 2C
Octal 322 51 17 0 120 135 22 10 127 54
Binary 11010010 101001 1111 0 1010000 1011101 10010 1000 1010111 101100

Color Harmonies of #D2290F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2290F

Black with #D2290F

Text Example


Text Example

White with #D2290F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2290F; }

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

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

background-color css

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

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

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

border-color css

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

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

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