Html Css Color HEX #C63120 Harley Davidson Orange

📋 copy color: '#C63120'

red 198 ◦ green 49 ◦ blue 32

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

Shades of Harley Davidson Orange #C63120

Tints of Harley Davidson Orange #C63120

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.56%

 BLUE value IS 32 (12.89% from 255) = 11.47%

R = 70.97%
G = 17.56%
B = 11.47%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C63120 (or 0xC63120) is known color: Harley Davidson Orange. HEX triplet: C6, 31 and 20. RGB value is (198,49,32). Sum of RGB (Red+Green+Blue) = 198+49+32=279 (36% of max value = 765). Red value is 198 (77.73% from 255 or 70.97% from 279); Green value is 49 (19.53% from 255 or 17.56% from 279); Blue value is 32 (12.89% from 255 or 11.47% from 279); Max value from RGB is 198 - color contains mainly: red. Hex color #C63120 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63120 is #39CEDF. Grayscale: #5B5B5B. Windows color (decimal): -3788512 or 2109894. OLE color: 2109894.

HSL color Cylindrical-coordinate representation of color #C63120: hue angle of 6.14º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C63120 is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 49 32 -
CMYK 0 0.75 0.84 0.22
HSL 6.14º 0.72% 0.45% -
HSV(B) 6.14º 0.84% 0.78% -
XYZ 24.65 14.31 2.83 -
YUV 91.61 94.36 203.88 -
System Red Green Blue C M Y K H S L
Decimal 198 49 32 0 0.75 0.84 0.22 6.14 0.72 0.45
Hex C6 31 20 0 4B 54 16 6 48 2D
Octal 306 61 40 0 113 124 26 6 110 55
Binary 11000110 110001 100000 0 1001011 1010100 10110 110 1001000 101101

Color Harmonies of #C63120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63120

Black with #C63120

Text Example


Text Example

White with #C63120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63120; }

 p { color: rgb(198,49,32); }

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

background-color css

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

 a { background-color: rgb(198,49,32); }

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

border-color css

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

 span { border-color: rgb(198,49,32); }

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