Html Css Color HEX #D63C1C Harley Davidson Orange

📋 copy color: '#D63C1C'

red 214 ◦ green 60 ◦ blue 28

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

Shades of Harley Davidson Orange #D63C1C

Tints of Harley Davidson Orange #D63C1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.27%

R = 70.86%
G = 19.87%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D63C1C (or 0xD63C1C) is known color: Harley Davidson Orange. HEX triplet: D6, 3C and 1C. RGB value is (214,60,28). Sum of RGB (Red+Green+Blue) = 214+60+28=302 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.86% from 302); Green value is 60 (23.83% from 255 or 19.87% from 302); Blue value is 28 (11.33% from 255 or 9.27% from 302); Max value from RGB is 214 - color contains mainly: red. Hex color #D63C1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63C1C is #29C3E3. Grayscale: #666666. Windows color (decimal): -2737124 or 1850582. OLE color: 1850582.

HSL color Cylindrical-coordinate representation of color #D63C1C: hue angle of 10.32º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D63C1C is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 60 28 -
CMYK 0 0.72 0.87 0.16
HSL 10.32º 0.77% 0.47% -
HSV(B) 10.32º 0.87% 0.84% -
XYZ 29.56 17.61 2.94 -
YUV 102.4 86.02 207.6 -
System Red Green Blue C M Y K H S L
Decimal 214 60 28 0 0.72 0.87 0.16 10.32 0.77 0.47
Hex D6 3C 1C 0 48 57 10 A 4D 2F
Octal 326 74 34 0 110 127 20 12 115 57
Binary 11010110 111100 11100 0 1001000 1010111 10000 1010 1001101 101111

Color Harmonies of #D63C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63C1C

Black with #D63C1C

Text Example


Text Example

White with #D63C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63C1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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