Html Css Color HEX #C13810 Harley Davidson Orange

📋 copy color: '#C13810'

red 193 ◦ green 56 ◦ blue 16

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

Shades of Harley Davidson Orange #C13810

Tints of Harley Davidson Orange #C13810

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.13%

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

R = 72.83%
G = 21.13%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C13810 (or 0xC13810) is known color: Harley Davidson Orange. HEX triplet: C1, 38 and 10. RGB value is (193,56,16). Sum of RGB (Red+Green+Blue) = 193+56+16=265 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.83% from 265); Green value is 56 (22.27% from 255 or 21.13% from 265); Blue value is 16 (6.64% from 255 or 6.04% from 265); Max value from RGB is 193 - color contains mainly: red. Hex color #C13810 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13810 is #3EC7EF. Grayscale: #5C5C5C. Windows color (decimal): -4114416 or 1063105. OLE color: 1063105.

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

Color convert

RGB 193 56 16 -
CMYK 0 0.71 0.92 0.24
HSL 13.56º 0.85% 0.41% -
HSV(B) 13.56º 0.92% 0.76% -
XYZ 23.5 14.2 1.99 -
YUV 92.4 84.89 199.75 -
System Red Green Blue C M Y K H S L
Decimal 193 56 16 0 0.71 0.92 0.24 13.56 0.85 0.41
Hex C1 38 10 0 47 5C 18 E 55 29
Octal 301 70 20 0 107 134 30 16 125 51
Binary 11000001 111000 10000 0 1000111 1011100 11000 1110 1010101 101001

Color Harmonies of #C13810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13810

Black with #C13810

Text Example


Text Example

White with #C13810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13810; }

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

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

background-color css

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

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

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

border-color css

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

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

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