Html Css Color HEX #C63D10 Harley Davidson Orange

📋 copy color: '#C63D10'

red 198 ◦ green 61 ◦ blue 16

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

Shades of Harley Davidson Orange #C63D10

Tints of Harley Davidson Orange #C63D10

RGB

 RED value IS 198 (77.73% from 255) = 72%

 GREEN value IS 61 (24.22% from 255) = 22.18%

 BLUE value IS 16 (6.64% from 255) = 5.82%

R = 72%
G = 22.18%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C63D10 (or 0xC63D10) is known color: Harley Davidson Orange. HEX triplet: C6, 3D and 10. RGB value is (198,61,16). Sum of RGB (Red+Green+Blue) = 198+61+16=275 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72% from 275); Green value is 61 (24.22% from 255 or 22.18% from 275); Blue value is 16 (6.64% from 255 or 5.82% from 275); Max value from RGB is 198 - color contains mainly: red. Hex color #C63D10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63D10 is #39C2EF. Grayscale: #616161. Windows color (decimal): -3785456 or 1064390. OLE color: 1064390.

HSL color Cylindrical-coordinate representation of color #C63D10: hue angle of 14.84º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C63D10 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 61 16 -
CMYK 0 0.69 0.92 0.22
HSL 14.84º 0.85% 0.42% -
HSV(B) 14.84º 0.92% 0.78% -
XYZ 25.05 15.38 2.14 -
YUV 96.83 82.39 200.16 -
System Red Green Blue C M Y K H S L
Decimal 198 61 16 0 0.69 0.92 0.22 14.84 0.85 0.42
Hex C6 3D 10 0 45 5C 16 F 55 2A
Octal 306 75 20 0 105 134 26 17 125 52
Binary 11000110 111101 10000 0 1000101 1011100 10110 1111 1010101 101010

Color Harmonies of #C63D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63D10

Black with #C63D10

Text Example


Text Example

White with #C63D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63D10; }

 p { color: rgb(198,61,16); }

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

background-color css

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

 a { background-color: rgb(198,61,16); }

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

border-color css

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

 span { border-color: rgb(198,61,16); }

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