Html Css Color HEX #C12810 Harley Davidson Orange

📋 copy color: '#C12810'

red 193 ◦ green 40 ◦ blue 16

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

Shades of Harley Davidson Orange #C12810

Tints of Harley Davidson Orange #C12810

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.06%

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

R = 77.51%
G = 16.06%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C12810 (or 0xC12810) is known color: Harley Davidson Orange. HEX triplet: C1, 28 and 10. RGB value is (193,40,16). Sum of RGB (Red+Green+Blue) = 193+40+16=249 (32% of max value = 765). Red value is 193 (75.78% from 255 or 77.51% from 249); Green value is 40 (16.02% from 255 or 16.06% from 249); Blue value is 16 (6.64% from 255 or 6.43% from 249); Max value from RGB is 193 - color contains mainly: red. Hex color #C12810 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12810 is #3ED7EF. Grayscale: #535353. Windows color (decimal): -4118512 or 1059009. OLE color: 1059009.

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

Color convert

RGB 193 40 16 -
CMYK 0 0.79 0.92 0.24
HSL 8.14º 0.85% 0.41% -
HSV(B) 8.14º 0.92% 0.76% -
XYZ 22.84 12.89 1.77 -
YUV 83.01 90.19 206.45 -
System Red Green Blue C M Y K H S L
Decimal 193 40 16 0 0.79 0.92 0.24 8.14 0.85 0.41
Hex C1 28 10 0 4F 5C 18 8 55 29
Octal 301 50 20 0 117 134 30 10 125 51
Binary 11000001 101000 10000 0 1001111 1011100 11000 1000 1010101 101001

Color Harmonies of #C12810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12810

Black with #C12810

Text Example


Text Example

White with #C12810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12810; }

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

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

background-color css

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

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

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

border-color css

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

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

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