Html Css Color HEX #C13120 Harley Davidson Orange

📋 copy color: '#C13120'

red 193 ◦ green 49 ◦ blue 32

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

Shades of Harley Davidson Orange #C13120

Tints of Harley Davidson Orange #C13120

RGB

 RED value IS 193 (75.78% from 255) = 70.44%

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

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

R = 70.44%
G = 17.88%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C13120 (or 0xC13120) is known color: Harley Davidson Orange. HEX triplet: C1, 31 and 20. RGB value is (193,49,32). Sum of RGB (Red+Green+Blue) = 193+49+32=274 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.44% from 274); Green value is 49 (19.53% from 255 or 17.88% from 274); Blue value is 32 (12.89% from 255 or 11.68% from 274); Max value from RGB is 193 - color contains mainly: red. Hex color #C13120 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13120 is #3ECEDF. Grayscale: #5A5A5A. Windows color (decimal): -4116192 or 2109889. OLE color: 2109889.

HSL color Cylindrical-coordinate representation of color #C13120: hue angle of 6.34º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C13120 is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 49 32 -
CMYK 0 0.75 0.83 0.24
HSL 6.34º 0.72% 0.44% -
HSV(B) 6.34º 0.83% 0.76% -
XYZ 23.35 13.64 2.77 -
YUV 90.12 95.21 201.38 -
System Red Green Blue C M Y K H S L
Decimal 193 49 32 0 0.75 0.83 0.24 6.34 0.72 0.44
Hex C1 31 20 0 4B 53 18 6 48 2C
Octal 301 61 40 0 113 123 30 6 110 54
Binary 11000001 110001 100000 0 1001011 1010011 11000 110 1001000 101100

Color Harmonies of #C13120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13120

Black with #C13120

Text Example


Text Example

White with #C13120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13120; }

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

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

background-color css

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

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

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

border-color css

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

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

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