Html Css Color HEX #C13720 Harley Davidson Orange

📋 copy color: '#C13720'

red 193 ◦ green 55 ◦ blue 32

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

Shades of Harley Davidson Orange #C13720

Tints of Harley Davidson Orange #C13720

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.64%

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

R = 68.93%
G = 19.64%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C13720 (or 0xC13720) is known color: Harley Davidson Orange. HEX triplet: C1, 37 and 20. RGB value is (193,55,32). Sum of RGB (Red+Green+Blue) = 193+55+32=280 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.93% from 280); Green value is 55 (21.88% from 255 or 19.64% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 193 - color contains mainly: red. Hex color #C13720 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13720 is #3EC8DF. Grayscale: #5D5D5D. Windows color (decimal): -4114656 or 2111425. OLE color: 2111425.

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

Color convert

RGB 193 55 32 -
CMYK 0 0.72 0.83 0.24
HSL 8.57º 0.72% 0.44% -
HSV(B) 8.57º 0.83% 0.76% -
XYZ 23.62 14.17 2.86 -
YUV 93.64 93.22 198.87 -
System Red Green Blue C M Y K H S L
Decimal 193 55 32 0 0.72 0.83 0.24 8.57 0.72 0.44
Hex C1 37 20 0 48 53 18 9 48 2C
Octal 301 67 40 0 110 123 30 11 110 54
Binary 11000001 110111 100000 0 1001000 1010011 11000 1001 1001000 101100

Color Harmonies of #C13720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13720

Black with #C13720

Text Example


Text Example

White with #C13720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13720; }

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

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

background-color css

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

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

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

border-color css

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

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

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