Html Css Color HEX #D9200C Harley Davidson Orange

📋 copy color: '#D9200C'

red 217 ◦ green 32 ◦ blue 12

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

Shades of Harley Davidson Orange #D9200C

Tints of Harley Davidson Orange #D9200C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.6%

R = 83.14%
G = 12.26%
B = 4.6%

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

#D9200C (or 0xD9200C) is known color: Harley Davidson Orange. HEX triplet: D9, 20 and 0C. RGB value is (217,32,12). Sum of RGB (Red+Green+Blue) = 217+32+12=261 (34% of max value = 765). Red value is 217 (85.16% from 255 or 83.14% from 261); Green value is 32 (12.89% from 255 or 12.26% from 261); Blue value is 12 (5.08% from 255 or 4.60% from 261); Max value from RGB is 217 - color contains mainly: red. Hex color #D9200C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D9200C is #26DFF3. Grayscale: #555555. Windows color (decimal): -2547700 or 794841. OLE color: 794841.

HSL color Cylindrical-coordinate representation of color #D9200C: hue angle of 5.85º degrees, saturation: 0.9, 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 #D9200C is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 32 12 -
CMYK 0 0.85 0.94 0.15
HSL 5.85º 0.9% 0.45% -
HSV(B) 5.85º 0.94% 0.85% -
XYZ 29.2 15.81 1.86 -
YUV 85.04 86.79 222.13 -
System Red Green Blue C M Y K H S L
Decimal 217 32 12 0 0.85 0.94 0.15 5.85 0.9 0.45
Hex D9 20 C 0 55 5E F 6 5A 2D
Octal 331 40 14 0 125 136 17 6 132 55
Binary 11011001 100000 1100 0 1010101 1011110 1111 110 1011010 101101

Color Harmonies of #D9200C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9200C

Black with #D9200C

Text Example


Text Example

White with #D9200C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9200C; }

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

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

background-color css

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

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

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

border-color css

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

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

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