Html Css Color HEX #D62F19 Harley Davidson Orange

📋 copy color: '#D62F19'

red 214 ◦ green 47 ◦ blue 25

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

Shades of Harley Davidson Orange #D62F19

Tints of Harley Davidson Orange #D62F19

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.43%

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

R = 74.83%
G = 16.43%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D62F19 (or 0xD62F19) is known color: Harley Davidson Orange. HEX triplet: D6, 2F and 19. RGB value is (214,47,25). Sum of RGB (Red+Green+Blue) = 214+47+25=286 (37% of max value = 765). Red value is 214 (83.98% from 255 or 74.83% from 286); Green value is 47 (18.75% from 255 or 16.43% from 286); Blue value is 25 (10.16% from 255 or 8.74% from 286); Max value from RGB is 214 - color contains mainly: red. Hex color #D62F19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62F19 is #29D0E6. Grayscale: #5E5E5E. Windows color (decimal): -2740455 or 1650646. OLE color: 1650646.

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

Color convert

RGB 214 47 25 -
CMYK 0 0.78 0.88 0.16
HSL 6.98º 0.79% 0.47% -
HSV(B) 6.98º 0.88% 0.84% -
XYZ 28.92 16.4 2.56 -
YUV 94.43 88.83 213.29 -
System Red Green Blue C M Y K H S L
Decimal 214 47 25 0 0.78 0.88 0.16 6.98 0.79 0.47
Hex D6 2F 19 0 4E 58 10 7 4F 2F
Octal 326 57 31 0 116 130 20 7 117 57
Binary 11010110 101111 11001 0 1001110 1011000 10000 111 1001111 101111

Color Harmonies of #D62F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62F19

Black with #D62F19

Text Example


Text Example

White with #D62F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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