Html Css Color HEX #D63C19 Harley Davidson Orange

📋 copy color: '#D63C19'

red 214 ◦ green 60 ◦ blue 25

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

Shades of Harley Davidson Orange #D63C19

Tints of Harley Davidson Orange #D63C19

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.07%

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

R = 71.57%
G = 20.07%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D63C19 (or 0xD63C19) is known color: Harley Davidson Orange. HEX triplet: D6, 3C and 19. RGB value is (214,60,25). Sum of RGB (Red+Green+Blue) = 214+60+25=299 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.57% from 299); Green value is 60 (23.83% from 255 or 20.07% from 299); Blue value is 25 (10.16% from 255 or 8.36% from 299); Max value from RGB is 214 - color contains mainly: red. Hex color #D63C19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63C19 is #29C3E6. Grayscale: #666666. Windows color (decimal): -2737127 or 1653974. OLE color: 1653974.

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

Color convert

RGB 214 60 25 -
CMYK 0 0.72 0.88 0.16
HSL 11.11º 0.79% 0.47% -
HSV(B) 11.11º 0.88% 0.84% -
XYZ 29.52 17.6 2.76 -
YUV 102.06 84.52 207.85 -
System Red Green Blue C M Y K H S L
Decimal 214 60 25 0 0.72 0.88 0.16 11.11 0.79 0.47
Hex D6 3C 19 0 48 58 10 B 4F 2F
Octal 326 74 31 0 110 130 20 13 117 57
Binary 11010110 111100 11001 0 1001000 1011000 10000 1011 1001111 101111

Color Harmonies of #D63C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63C19

Black with #D63C19

Text Example


Text Example

White with #D63C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63C19; }

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

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

background-color css

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

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

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

border-color css

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

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

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