Html Css Color HEX #C12410 Harley Davidson Orange

📋 copy color: '#C12410'

red 193 ◦ green 36 ◦ blue 16

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

Shades of Harley Davidson Orange #C12410

Tints of Harley Davidson Orange #C12410

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.69%

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

R = 78.78%
G = 14.69%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C12410 (or 0xC12410) is known color: Harley Davidson Orange. HEX triplet: C1, 24 and 10. RGB value is (193,36,16). Sum of RGB (Red+Green+Blue) = 193+36+16=245 (32% of max value = 765). Red value is 193 (75.78% from 255 or 78.78% from 245); Green value is 36 (14.45% from 255 or 14.69% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 193 - color contains mainly: red. Hex color #C12410 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12410 is #3EDBEF. Grayscale: #505050. Windows color (decimal): -4119536 or 1057985. OLE color: 1057985.

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

Color convert

RGB 193 36 16 -
CMYK 0 0.81 0.92 0.24
HSL 6.78º 0.85% 0.41% -
HSV(B) 6.78º 0.92% 0.76% -
XYZ 22.72 12.64 1.73 -
YUV 80.66 91.51 208.13 -
System Red Green Blue C M Y K H S L
Decimal 193 36 16 0 0.81 0.92 0.24 6.78 0.85 0.41
Hex C1 24 10 0 51 5C 18 7 55 29
Octal 301 44 20 0 121 134 30 7 125 51
Binary 11000001 100100 10000 0 1010001 1011100 11000 111 1010101 101001

Color Harmonies of #C12410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12410

Black with #C12410

Text Example


Text Example

White with #C12410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12410; }

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

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

background-color css

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

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

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

border-color css

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

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

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