Html Css Color HEX #C13310 Harley Davidson Orange

📋 copy color: '#C13310'

red 193 ◦ green 51 ◦ blue 16

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

Shades of Harley Davidson Orange #C13310

Tints of Harley Davidson Orange #C13310

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.62%

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

R = 74.23%
G = 19.62%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C13310 (or 0xC13310) is known color: Harley Davidson Orange. HEX triplet: C1, 33 and 10. RGB value is (193,51,16). Sum of RGB (Red+Green+Blue) = 193+51+16=260 (34% of max value = 765). Red value is 193 (75.78% from 255 or 74.23% from 260); Green value is 51 (20.31% from 255 or 19.62% from 260); Blue value is 16 (6.64% from 255 or 6.15% from 260); Max value from RGB is 193 - color contains mainly: red. Hex color #C13310 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13310 is #3ECCEF. Grayscale: #595959. Windows color (decimal): -4115696 or 1061825. OLE color: 1061825.

HSL color Cylindrical-coordinate representation of color #C13310: hue angle of 11.86º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C13310 is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 51 16 -
CMYK 0 0.74 0.92 0.24
HSL 11.86º 0.85% 0.41% -
HSV(B) 11.86º 0.92% 0.76% -
XYZ 23.27 13.74 1.92 -
YUV 89.47 86.54 201.85 -
System Red Green Blue C M Y K H S L
Decimal 193 51 16 0 0.74 0.92 0.24 11.86 0.85 0.41
Hex C1 33 10 0 4A 5C 18 C 55 29
Octal 301 63 20 0 112 134 30 14 125 51
Binary 11000001 110011 10000 0 1001010 1011100 11000 1100 1010101 101001

Color Harmonies of #C13310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13310

Black with #C13310

Text Example


Text Example

White with #C13310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13310; }

 p { color: rgb(193,51,16); }

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

background-color css

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

 a { background-color: rgb(193,51,16); }

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

border-color css

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

 span { border-color: rgb(193,51,16); }

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