Html Css Color HEX #D63719 Harley Davidson Orange

📋 copy color: '#D63719'

red 214 ◦ green 55 ◦ blue 25

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

Shades of Harley Davidson Orange #D63719

Tints of Harley Davidson Orange #D63719

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.71%

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

R = 72.79%
G = 18.71%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D63719 (or 0xD63719) is known color: Harley Davidson Orange. HEX triplet: D6, 37 and 19. RGB value is (214,55,25). Sum of RGB (Red+Green+Blue) = 214+55+25=294 (38% of max value = 765). Red value is 214 (83.98% from 255 or 72.79% from 294); Green value is 55 (21.88% from 255 or 18.71% from 294); Blue value is 25 (10.16% from 255 or 8.50% from 294); Max value from RGB is 214 - color contains mainly: red. Hex color #D63719 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63719 is #29C8E6. Grayscale: #636363. Windows color (decimal): -2738407 or 1652694. OLE color: 1652694.

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

Color convert

RGB 214 55 25 -
CMYK 0 0.74 0.88 0.16
HSL 9.52º 0.79% 0.47% -
HSV(B) 9.52º 0.88% 0.84% -
XYZ 29.27 17.1 2.68 -
YUV 99.12 86.18 209.94 -
System Red Green Blue C M Y K H S L
Decimal 214 55 25 0 0.74 0.88 0.16 9.52 0.79 0.47
Hex D6 37 19 0 4A 58 10 A 4F 2F
Octal 326 67 31 0 112 130 20 12 117 57
Binary 11010110 110111 11001 0 1001010 1011000 10000 1010 1001111 101111

Color Harmonies of #D63719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63719

Black with #D63719

Text Example


Text Example

White with #D63719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63719; }

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

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

background-color css

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

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

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

border-color css

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

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

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