Html Css Color HEX #D63120 Harley Davidson Orange

📋 copy color: '#D63120'

red 214 ◦ green 49 ◦ blue 32

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

Shades of Harley Davidson Orange #D63120

Tints of Harley Davidson Orange #D63120

RGB

 RED value IS 214 (83.98% from 255) = 72.54%

 GREEN value IS 49 (19.53% from 255) = 16.61%

 BLUE value IS 32 (12.89% from 255) = 10.85%

R = 72.54%
G = 16.61%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D63120 (or 0xD63120) is known color: Harley Davidson Orange. HEX triplet: D6, 31 and 20. RGB value is (214,49,32). Sum of RGB (Red+Green+Blue) = 214+49+32=295 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.54% from 295); Green value is 49 (19.53% from 255 or 16.61% from 295); Blue value is 32 (12.89% from 255 or 10.85% from 295); Max value from RGB is 214 - color contains mainly: red. Hex color #D63120 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63120 is #29CEDF. Grayscale: #606060. Windows color (decimal): -2739936 or 2109910. OLE color: 2109910.

HSL color Cylindrical-coordinate representation of color #D63120: hue angle of 5.6º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D63120 is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 49 32 -
CMYK 0 0.77 0.85 0.16
HSL 5.6º 0.74% 0.48% -
HSV(B) 5.6º 0.85% 0.84% -
XYZ 29.09 16.6 3.04 -
YUV 96.4 91.66 211.88 -
System Red Green Blue C M Y K H S L
Decimal 214 49 32 0 0.77 0.85 0.16 5.6 0.74 0.48
Hex D6 31 20 0 4D 55 10 6 4A 30
Octal 326 61 40 0 115 125 20 6 112 60
Binary 11010110 110001 100000 0 1001101 1010101 10000 110 1001010 110000

Color Harmonies of #D63120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63120

Black with #D63120

Text Example


Text Example

White with #D63120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63120; }

 p { color: rgb(214,49,32); }

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

background-color css

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

 a { background-color: rgb(214,49,32); }

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

border-color css

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

 span { border-color: rgb(214,49,32); }

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