Html Css Color HEX #D64A19 Harley Davidson Orange

📋 copy color: '#D64A19'

red 214 ◦ green 74 ◦ blue 25

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

Shades of Harley Davidson Orange #D64A19

Tints of Harley Davidson Orange #D64A19

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.64%

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

R = 68.37%
G = 23.64%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D64A19 (or 0xD64A19) is known color: Harley Davidson Orange. HEX triplet: D6, 4A and 19. RGB value is (214,74,25). Sum of RGB (Red+Green+Blue) = 214+74+25=313 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.37% from 313); Green value is 74 (29.30% from 255 or 23.64% from 313); Blue value is 25 (10.16% from 255 or 7.99% from 313); Max value from RGB is 214 - color contains mainly: red. Hex color #D64A19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64A19 is #29B5E6. Grayscale: #6E6E6E. Windows color (decimal): -2733543 or 1657558. OLE color: 1657558.

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

Color convert

RGB 214 74 25 -
CMYK 0 0.65 0.88 0.16
HSL 15.56º 0.79% 0.47% -
HSV(B) 15.56º 0.88% 0.84% -
XYZ 30.36 19.26 3.04 -
YUV 110.27 79.88 201.98 -
System Red Green Blue C M Y K H S L
Decimal 214 74 25 0 0.65 0.88 0.16 15.56 0.79 0.47
Hex D6 4A 19 0 41 58 10 10 4F 2F
Octal 326 112 31 0 101 130 20 20 117 57
Binary 11010110 1001010 11001 0 1000001 1011000 10000 10000 1001111 101111

Color Harmonies of #D64A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64A19

Black with #D64A19

Text Example


Text Example

White with #D64A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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