Html Css Color HEX #D62819 Harley Davidson Orange

📋 copy color: '#D62819'

red 214 ◦ green 40 ◦ blue 25

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

Shades of Harley Davidson Orange #D62819

Tints of Harley Davidson Orange #D62819

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.34%

 BLUE value IS 25 (10.16% from 255) = 8.96%

R = 76.7%
G = 14.34%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D62819 (or 0xD62819) is known color: Harley Davidson Orange. HEX triplet: D6, 28 and 19. RGB value is (214,40,25). Sum of RGB (Red+Green+Blue) = 214+40+25=279 (36% of max value = 765). Red value is 214 (83.98% from 255 or 76.70% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 25 (10.16% from 255 or 8.96% from 279); Max value from RGB is 214 - color contains mainly: red. Hex color #D62819 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62819 is #29D7E6. Grayscale: #5A5A5A. Windows color (decimal): -2742247 or 1648854. OLE color: 1648854.

HSL color Cylindrical-coordinate representation of color #D62819: hue angle of 4.76º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D62819 is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 40 25 -
CMYK 0 0.81 0.88 0.16
HSL 4.76º 0.79% 0.47% -
HSV(B) 4.76º 0.88% 0.84% -
XYZ 28.67 15.88 2.47 -
YUV 90.32 91.15 216.22 -
System Red Green Blue C M Y K H S L
Decimal 214 40 25 0 0.81 0.88 0.16 4.76 0.79 0.47
Hex D6 28 19 0 51 58 10 5 4F 2F
Octal 326 50 31 0 121 130 20 5 117 57
Binary 11010110 101000 11001 0 1010001 1011000 10000 101 1001111 101111

Color Harmonies of #D62819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62819

Black with #D62819

Text Example


Text Example

White with #D62819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62819; }

 p { color: rgb(214,40,25); }

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

background-color css

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

 a { background-color: rgb(214,40,25); }

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

border-color css

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

 span { border-color: rgb(214,40,25); }

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