Html Css Color HEX #D63919 Harley Davidson Orange

📋 copy color: '#D63919'

red 214 ◦ green 57 ◦ blue 25

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

Shades of Harley Davidson Orange #D63919

Tints of Harley Davidson Orange #D63919

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.26%

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

R = 72.3%
G = 19.26%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D63919 (or 0xD63919) is known color: Harley Davidson Orange. HEX triplet: D6, 39 and 19. RGB value is (214,57,25). Sum of RGB (Red+Green+Blue) = 214+57+25=296 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.30% from 296); Green value is 57 (22.66% from 255 or 19.26% from 296); Blue value is 25 (10.16% from 255 or 8.45% from 296); Max value from RGB is 214 - color contains mainly: red. Hex color #D63919 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63919 is #29C6E6. Grayscale: #646464. Windows color (decimal): -2737895 or 1653206. OLE color: 1653206.

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

Color convert

RGB 214 57 25 -
CMYK 0 0.73 0.88 0.16
HSL 10.16º 0.79% 0.47% -
HSV(B) 10.16º 0.88% 0.84% -
XYZ 29.37 17.29 2.71 -
YUV 100.3 85.51 209.1 -
System Red Green Blue C M Y K H S L
Decimal 214 57 25 0 0.73 0.88 0.16 10.16 0.79 0.47
Hex D6 39 19 0 49 58 10 A 4F 2F
Octal 326 71 31 0 111 130 20 12 117 57
Binary 11010110 111001 11001 0 1001001 1011000 10000 1010 1001111 101111

Color Harmonies of #D63919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63919

Black with #D63919

Text Example


Text Example

White with #D63919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63919; }

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

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

background-color css

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

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

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

border-color css

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

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

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