Html Css Color HEX #C12610 Harley Davidson Orange

📋 copy color: '#C12610'

red 193 ◦ green 38 ◦ blue 16

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

Shades of Harley Davidson Orange #C12610

Tints of Harley Davidson Orange #C12610

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.38%

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

R = 78.14%
G = 15.38%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C12610 (or 0xC12610) is known color: Harley Davidson Orange. HEX triplet: C1, 26 and 10. RGB value is (193,38,16). Sum of RGB (Red+Green+Blue) = 193+38+16=247 (32% of max value = 765). Red value is 193 (75.78% from 255 or 78.14% from 247); Green value is 38 (15.23% from 255 or 15.38% from 247); Blue value is 16 (6.64% from 255 or 6.48% from 247); Max value from RGB is 193 - color contains mainly: red. Hex color #C12610 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12610 is #3ED9EF. Grayscale: #525252. Windows color (decimal): -4119024 or 1058497. OLE color: 1058497.

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

Color convert

RGB 193 38 16 -
CMYK 0 0.80 0.92 0.24
HSL 7.46º 0.85% 0.41% -
HSV(B) 7.46º 0.92% 0.76% -
XYZ 22.78 12.76 1.75 -
YUV 81.84 90.85 207.29 -
System Red Green Blue C M Y K H S L
Decimal 193 38 16 0 0.80 0.92 0.24 7.46 0.85 0.41
Hex C1 26 10 0 50 5C 18 7 55 29
Octal 301 46 20 0 120 134 30 7 125 51
Binary 11000001 100110 10000 0 1010000 1011100 11000 111 1010101 101001

Color Harmonies of #C12610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12610

Black with #C12610

Text Example


Text Example

White with #C12610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12610; }

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

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

background-color css

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

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

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

border-color css

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

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

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