Html Css Color HEX #D62A19 Harley Davidson Orange

📋 copy color: '#D62A19'

red 214 ◦ green 42 ◦ blue 25

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

Shades of Harley Davidson Orange #D62A19

Tints of Harley Davidson Orange #D62A19

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.95%

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

R = 76.16%
G = 14.95%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D62A19 (or 0xD62A19) is known color: Harley Davidson Orange. HEX triplet: D6, 2A and 19. RGB value is (214,42,25). Sum of RGB (Red+Green+Blue) = 214+42+25=281 (37% of max value = 765). Red value is 214 (83.98% from 255 or 76.16% from 281); Green value is 42 (16.80% from 255 or 14.95% from 281); Blue value is 25 (10.16% from 255 or 8.90% from 281); Max value from RGB is 214 - color contains mainly: red. Hex color #D62A19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62A19 is #29D5E6. Grayscale: #5B5B5B. Windows color (decimal): -2741735 or 1649366. OLE color: 1649366.

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

Color convert

RGB 214 42 25 -
CMYK 0 0.80 0.88 0.16
HSL 5.4º 0.79% 0.47% -
HSV(B) 5.4º 0.88% 0.84% -
XYZ 28.73 16.02 2.5 -
YUV 91.49 90.48 215.38 -
System Red Green Blue C M Y K H S L
Decimal 214 42 25 0 0.80 0.88 0.16 5.4 0.79 0.47
Hex D6 2A 19 0 50 58 10 5 4F 2F
Octal 326 52 31 0 120 130 20 5 117 57
Binary 11010110 101010 11001 0 1010000 1011000 10000 101 1001111 101111

Color Harmonies of #D62A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62A19

Black with #D62A19

Text Example


Text Example

White with #D62A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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