Html Css Color HEX #C13A20 Harley Davidson Orange

📋 copy color: '#C13A20'

red 193 ◦ green 58 ◦ blue 32

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

Shades of Harley Davidson Orange #C13A20

Tints of Harley Davidson Orange #C13A20

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.49%

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

R = 68.2%
G = 20.49%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C13A20 (or 0xC13A20) is known color: Harley Davidson Orange. HEX triplet: C1, 3A and 20. RGB value is (193,58,32). Sum of RGB (Red+Green+Blue) = 193+58+32=283 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.20% from 283); Green value is 58 (23.05% from 255 or 20.49% from 283); Blue value is 32 (12.89% from 255 or 11.31% from 283); Max value from RGB is 193 - color contains mainly: red. Hex color #C13A20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13A20 is #3EC5DF. Grayscale: #5F5F5F. Windows color (decimal): -4113888 or 2112193. OLE color: 2112193.

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

Color convert

RGB 193 58 32 -
CMYK 0 0.70 0.83 0.24
HSL 9.69º 0.72% 0.44% -
HSV(B) 9.69º 0.83% 0.76% -
XYZ 23.77 14.47 2.91 -
YUV 95.4 92.23 197.61 -
System Red Green Blue C M Y K H S L
Decimal 193 58 32 0 0.70 0.83 0.24 9.69 0.72 0.44
Hex C1 3A 20 0 46 53 18 A 48 2C
Octal 301 72 40 0 106 123 30 12 110 54
Binary 11000001 111010 100000 0 1000110 1010011 11000 1010 1001000 101100

Color Harmonies of #C13A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13A20

Black with #C13A20

Text Example


Text Example

White with #C13A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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