Html Css Color HEX #D63020 Harley Davidson Orange

📋 copy color: '#D63020'

red 214 ◦ green 48 ◦ blue 32

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

Shades of Harley Davidson Orange #D63020

Tints of Harley Davidson Orange #D63020

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.33%

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

R = 72.79%
G = 16.33%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D63020 (or 0xD63020) is known color: Harley Davidson Orange. HEX triplet: D6, 30 and 20. RGB value is (214,48,32). Sum of RGB (Red+Green+Blue) = 214+48+32=294 (38% of max value = 765). Red value is 214 (83.98% from 255 or 72.79% from 294); Green value is 48 (19.14% from 255 or 16.33% from 294); Blue value is 32 (12.89% from 255 or 10.88% from 294); Max value from RGB is 214 - color contains mainly: red. Hex color #D63020 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63020 is #29CFDF. Grayscale: #606060. Windows color (decimal): -2740192 or 2109654. OLE color: 2109654.

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

Color convert

RGB 214 48 32 -
CMYK 0 0.78 0.85 0.16
HSL 5.27º 0.74% 0.48% -
HSV(B) 5.27º 0.85% 0.84% -
XYZ 29.05 16.51 3.02 -
YUV 95.81 92 212.3 -
System Red Green Blue C M Y K H S L
Decimal 214 48 32 0 0.78 0.85 0.16 5.27 0.74 0.48
Hex D6 30 20 0 4E 55 10 5 4A 30
Octal 326 60 40 0 116 125 20 5 112 60
Binary 11010110 110000 100000 0 1001110 1010101 10000 101 1001010 110000

Color Harmonies of #D63020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63020

Black with #D63020

Text Example


Text Example

White with #D63020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63020; }

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

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

background-color css

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

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

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

border-color css

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

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

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