Html Css Color HEX #C11D4C Old Rose

📋 copy color: '#C11D4C'

red 193 ◦ green 29 ◦ blue 76

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

Shades of Old Rose #C11D4C

Tints of Old Rose #C11D4C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.73%

 BLUE value IS 76 (30.08% from 255) = 25.5%

R = 64.77%
G = 9.73%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C11D4C (or 0xC11D4C) is known color: Old Rose. HEX triplet: C1, 1D and 4C. RGB value is (193,29,76). Sum of RGB (Red+Green+Blue) = 193+29+76=298 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.77% from 298); Green value is 29 (11.72% from 255 or 9.73% from 298); Blue value is 76 (30.08% from 255 or 25.50% from 298); Max value from RGB is 193 - color contains mainly: red. Hex color #C11D4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C11D4C is #3EE2B3. Grayscale: #535353. Windows color (decimal): -4121268 or 4988353. OLE color: 4988353.

HSL color Cylindrical-coordinate representation of color #C11D4C: hue angle of 342.8º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C11D4C is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 29 76 -
CMYK 0 0.85 0.61 0.24
HSL 342.8º 0.74% 0.44% -
HSV(B) 342.8º 0.85% 0.76% -
XYZ 23.74 12.74 8.05 -
YUV 83.39 123.83 206.18 -
System Red Green Blue C M Y K H S L
Decimal 193 29 76 0 0.85 0.61 0.24 342.8 0.74 0.44
Hex C1 1D 4C 0 55 3D 18 157 4A 2C
Octal 301 35 114 0 125 75 30 527 112 54
Binary 11000001 11101 1001100 0 1010101 111101 11000 101010111 1001010 101100

Color Harmonies of #C11D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11D4C

Black with #C11D4C

Text Example


Text Example

White with #C11D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11D4C; }

 p { color: rgb(193,29,76); }

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

background-color css

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

 a { background-color: rgb(193,29,76); }

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

border-color css

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

 span { border-color: rgb(193,29,76); }

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