Html Css Color HEX #D9200E Harley Davidson Orange

📋 copy color: '#D9200E'

red 217 ◦ green 32 ◦ blue 14

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

Shades of Harley Davidson Orange #D9200E

Tints of Harley Davidson Orange #D9200E

RGB

 RED value IS 217 (85.16% from 255) = 82.51%

 GREEN value IS 32 (12.89% from 255) = 12.17%

 BLUE value IS 14 (5.86% from 255) = 5.32%

R = 82.51%
G = 12.17%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D9200E (or 0xD9200E) is known color: Harley Davidson Orange. HEX triplet: D9, 20 and 0E. RGB value is (217,32,14). Sum of RGB (Red+Green+Blue) = 217+32+14=263 (34% of max value = 765). Red value is 217 (85.16% from 255 or 82.51% from 263); Green value is 32 (12.89% from 255 or 12.17% from 263); Blue value is 14 (5.86% from 255 or 5.32% from 263); Max value from RGB is 217 - color contains mainly: red. Hex color #D9200E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D9200E is #26DFF1. Grayscale: #555555. Windows color (decimal): -2547698 or 925913. OLE color: 925913.

HSL color Cylindrical-coordinate representation of color #D9200E: hue angle of 5.32º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D9200E is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 32 14 -
CMYK 0 0.85 0.94 0.15
HSL 5.32º 0.88% 0.45% -
HSV(B) 5.32º 0.94% 0.85% -
XYZ 29.21 15.82 1.93 -
YUV 85.26 87.79 221.96 -
System Red Green Blue C M Y K H S L
Decimal 217 32 14 0 0.85 0.94 0.15 5.32 0.88 0.45
Hex D9 20 E 0 55 5E F 5 58 2D
Octal 331 40 16 0 125 136 17 5 130 55
Binary 11011001 100000 1110 0 1010101 1011110 1111 101 1011000 101101

Color Harmonies of #D9200E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9200E

Black with #D9200E

Text Example


Text Example

White with #D9200E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9200E; }

 p { color: rgb(217,32,14); }

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

background-color css

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

 a { background-color: rgb(217,32,14); }

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

border-color css

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

 span { border-color: rgb(217,32,14); }

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