Html Css Color HEX #C13B10 Harley Davidson Orange

📋 copy color: '#C13B10'

red 193 ◦ green 59 ◦ blue 16

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

Shades of Harley Davidson Orange #C13B10

Tints of Harley Davidson Orange #C13B10

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.01%

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

R = 72.01%
G = 22.01%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C13B10 (or 0xC13B10) is known color: Harley Davidson Orange. HEX triplet: C1, 3B and 10. RGB value is (193,59,16). Sum of RGB (Red+Green+Blue) = 193+59+16=268 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.01% from 268); Green value is 59 (23.44% from 255 or 22.01% from 268); Blue value is 16 (6.64% from 255 or 5.97% from 268); Max value from RGB is 193 - color contains mainly: red. Hex color #C13B10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13B10 is #3EC4EF. Grayscale: #5E5E5E. Windows color (decimal): -4113648 or 1063873. OLE color: 1063873.

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

Color convert

RGB 193 59 16 -
CMYK 0 0.69 0.92 0.24
HSL 14.58º 0.85% 0.41% -
HSV(B) 14.58º 0.92% 0.76% -
XYZ 23.65 14.5 2.04 -
YUV 94.16 83.89 198.5 -
System Red Green Blue C M Y K H S L
Decimal 193 59 16 0 0.69 0.92 0.24 14.58 0.85 0.41
Hex C1 3B 10 0 45 5C 18 F 55 29
Octal 301 73 20 0 105 134 30 17 125 51
Binary 11000001 111011 10000 0 1000101 1011100 11000 1111 1010101 101001

Color Harmonies of #C13B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13B10

Black with #C13B10

Text Example


Text Example

White with #C13B10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13B10; }

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

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

background-color css

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

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

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

border-color css

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

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

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