Html Css Color HEX #C12C17 Harley Davidson Orange

📋 copy color: '#C12C17'

red 193 ◦ green 44 ◦ blue 23

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

Shades of Harley Davidson Orange #C12C17

Tints of Harley Davidson Orange #C12C17

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.92%

 BLUE value IS 23 (9.38% from 255) = 8.85%

R = 74.23%
G = 16.92%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C12C17 (or 0xC12C17) is known color: Harley Davidson Orange. HEX triplet: C1, 2C and 17. RGB value is (193,44,23). Sum of RGB (Red+Green+Blue) = 193+44+23=260 (34% of max value = 765). Red value is 193 (75.78% from 255 or 74.23% from 260); Green value is 44 (17.58% from 255 or 16.92% from 260); Blue value is 23 (9.38% from 255 or 8.85% from 260); Max value from RGB is 193 - color contains mainly: red. Hex color #C12C17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12C17 is #3ED3E8. Grayscale: #565656. Windows color (decimal): -4117481 or 1518785. OLE color: 1518785.

HSL color Cylindrical-coordinate representation of color #C12C17: hue angle of 7.41º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C12C17 is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 44 23 -
CMYK 0 0.77 0.88 0.24
HSL 7.41º 0.79% 0.42% -
HSV(B) 7.41º 0.88% 0.76% -
XYZ 23.05 13.2 2.14 -
YUV 86.16 92.36 204.21 -
System Red Green Blue C M Y K H S L
Decimal 193 44 23 0 0.77 0.88 0.24 7.41 0.79 0.42
Hex C1 2C 17 0 4D 58 18 7 4F 2A
Octal 301 54 27 0 115 130 30 7 117 52
Binary 11000001 101100 10111 0 1001101 1011000 11000 111 1001111 101010

Color Harmonies of #C12C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12C17

Black with #C12C17

Text Example


Text Example

White with #C12C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12C17; }

 p { color: rgb(193,44,23); }

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

background-color css

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

 a { background-color: rgb(193,44,23); }

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

border-color css

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

 span { border-color: rgb(193,44,23); }

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