Html Css Color HEX #D63819 Harley Davidson Orange

📋 copy color: '#D63819'

red 214 ◦ green 56 ◦ blue 25

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

Shades of Harley Davidson Orange #D63819

Tints of Harley Davidson Orange #D63819

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.98%

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

R = 72.54%
G = 18.98%
B = 8.47%

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

#D63819 (or 0xD63819) is known color: Harley Davidson Orange. HEX triplet: D6, 38 and 19. RGB value is (214,56,25). Sum of RGB (Red+Green+Blue) = 214+56+25=295 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.54% from 295); Green value is 56 (22.27% from 255 or 18.98% from 295); Blue value is 25 (10.16% from 255 or 8.47% from 295); Max value from RGB is 214 - color contains mainly: red. Hex color #D63819 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63819 is #29C7E6. Grayscale: #636363. Windows color (decimal): -2738151 or 1652950. OLE color: 1652950.

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

Color convert

RGB 214 56 25 -
CMYK 0 0.74 0.88 0.16
HSL 9.84º 0.79% 0.47% -
HSV(B) 9.84º 0.88% 0.84% -
XYZ 29.32 17.19 2.69 -
YUV 99.71 85.85 209.52 -
System Red Green Blue C M Y K H S L
Decimal 214 56 25 0 0.74 0.88 0.16 9.84 0.79 0.47
Hex D6 38 19 0 4A 58 10 A 4F 2F
Octal 326 70 31 0 112 130 20 12 117 57
Binary 11010110 111000 11001 0 1001010 1011000 10000 1010 1001111 101111

Color Harmonies of #D63819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63819

Black with #D63819

Text Example


Text Example

White with #D63819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63819; }

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

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

background-color css

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

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

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

border-color css

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

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

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