Html Css Color HEX #D64419 Harley Davidson Orange

📋 copy color: '#D64419'

red 214 ◦ green 68 ◦ blue 25

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

Shades of Harley Davidson Orange #D64419

Tints of Harley Davidson Orange #D64419

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.15%

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

R = 69.71%
G = 22.15%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D64419 (or 0xD64419) is known color: Harley Davidson Orange. HEX triplet: D6, 44 and 19. RGB value is (214,68,25). Sum of RGB (Red+Green+Blue) = 214+68+25=307 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.71% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 25 (10.16% from 255 or 8.14% from 307); Max value from RGB is 214 - color contains mainly: red. Hex color #D64419 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64419 is #29BBE6. Grayscale: #6B6B6B. Windows color (decimal): -2735079 or 1656022. OLE color: 1656022.

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

Color convert

RGB 214 68 25 -
CMYK 0 0.68 0.88 0.16
HSL 13.65º 0.79% 0.47% -
HSV(B) 13.65º 0.88% 0.84% -
XYZ 29.97 18.5 2.91 -
YUV 106.75 81.87 204.5 -
System Red Green Blue C M Y K H S L
Decimal 214 68 25 0 0.68 0.88 0.16 13.65 0.79 0.47
Hex D6 44 19 0 44 58 10 E 4F 2F
Octal 326 104 31 0 104 130 20 16 117 57
Binary 11010110 1000100 11001 0 1000100 1011000 10000 1110 1001111 101111

Color Harmonies of #D64419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64419

Black with #D64419

Text Example


Text Example

White with #D64419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64419; }

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

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

background-color css

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

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

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

border-color css

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

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

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