Html Css Color HEX #C1200C Harley Davidson Orange

📋 copy color: '#C1200C'

red 193 ◦ green 32 ◦ blue 12

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

Shades of Harley Davidson Orange #C1200C

Tints of Harley Davidson Orange #C1200C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.5%

 BLUE value IS 12 (5.08% from 255) = 5.06%

R = 81.43%
G = 13.5%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C1200C (or 0xC1200C) is known color: Harley Davidson Orange. HEX triplet: C1, 20 and 0C. RGB value is (193,32,12). Sum of RGB (Red+Green+Blue) = 193+32+12=237 (31% of max value = 765). Red value is 193 (75.78% from 255 or 81.43% from 237); Green value is 32 (12.89% from 255 or 13.50% from 237); Blue value is 12 (5.08% from 255 or 5.06% from 237); Max value from RGB is 193 - color contains mainly: red. Hex color #C1200C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C1200C is #3EDFF3. Grayscale: #4E4E4E. Windows color (decimal): -4120564 or 794817. OLE color: 794817.

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

Color convert

RGB 193 32 12 -
CMYK 0 0.83 0.94 0.24
HSL 6.63º 0.88% 0.4% -
HSV(B) 6.63º 0.94% 0.76% -
XYZ 22.58 12.4 1.55 -
YUV 77.86 90.84 210.13 -
System Red Green Blue C M Y K H S L
Decimal 193 32 12 0 0.83 0.94 0.24 6.63 0.88 0.4
Hex C1 20 C 0 53 5E 18 7 58 28
Octal 301 40 14 0 123 136 30 7 130 50
Binary 11000001 100000 1100 0 1010011 1011110 11000 111 1011000 101000

Color Harmonies of #C1200C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1200C

Black with #C1200C

Text Example


Text Example

White with #C1200C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1200C; }

 p { color: rgb(193,32,12); }

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

background-color css

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

 a { background-color: rgb(193,32,12); }

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

border-color css

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

 span { border-color: rgb(193,32,12); }

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