Html Css Color HEX #D63920 Harley Davidson Orange

📋 copy color: '#D63920'

red 214 ◦ green 57 ◦ blue 32

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

Shades of Harley Davidson Orange #D63920

Tints of Harley Davidson Orange #D63920

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.81%

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

R = 70.63%
G = 18.81%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D63920 (or 0xD63920) is known color: Harley Davidson Orange. HEX triplet: D6, 39 and 20. RGB value is (214,57,32). Sum of RGB (Red+Green+Blue) = 214+57+32=303 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.63% from 303); Green value is 57 (22.66% from 255 or 18.81% from 303); Blue value is 32 (12.89% from 255 or 10.56% from 303); Max value from RGB is 214 - color contains mainly: red. Hex color #D63920 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63920 is #29C6DF. Grayscale: #656565. Windows color (decimal): -2737888 or 2111958. OLE color: 2111958.

HSL color Cylindrical-coordinate representation of color #D63920: hue angle of 8.24º 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 #D63920 is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 57 32 -
CMYK 0 0.73 0.85 0.16
HSL 8.24º 0.74% 0.48% -
HSV(B) 8.24º 0.85% 0.84% -
XYZ 29.46 17.33 3.16 -
YUV 101.09 89.01 208.53 -
System Red Green Blue C M Y K H S L
Decimal 214 57 32 0 0.73 0.85 0.16 8.24 0.74 0.48
Hex D6 39 20 0 49 55 10 8 4A 30
Octal 326 71 40 0 111 125 20 10 112 60
Binary 11010110 111001 100000 0 1001001 1010101 10000 1000 1001010 110000

Color Harmonies of #D63920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63920

Black with #D63920

Text Example


Text Example

White with #D63920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63920; }

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

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

background-color css

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

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

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

border-color css

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

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

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