Html Css Color HEX #C11D4D Old Rose

📋 copy color: '#C11D4D'

red 193 ◦ green 29 ◦ blue 77

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

Shades of Old Rose #C11D4D

Tints of Old Rose #C11D4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 25.75%

R = 64.55%
G = 9.7%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C11D4D (or 0xC11D4D) is known color: Old Rose. HEX triplet: C1, 1D and 4D. RGB value is (193,29,77). Sum of RGB (Red+Green+Blue) = 193+29+77=299 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.55% from 299); Green value is 29 (11.72% from 255 or 9.70% from 299); Blue value is 77 (30.47% from 255 or 25.75% from 299); Max value from RGB is 193 - color contains mainly: red. Hex color #C11D4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C11D4D is #3EE2B2. Grayscale: #535353. Windows color (decimal): -4121267 or 5053889. OLE color: 5053889.

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

Color convert

RGB 193 29 77 -
CMYK 0 0.85 0.60 0.24
HSL 342.44º 0.74% 0.44% -
HSV(B) 342.44º 0.85% 0.76% -
XYZ 23.77 12.75 8.23 -
YUV 83.51 124.33 206.1 -
System Red Green Blue C M Y K H S L
Decimal 193 29 77 0 0.85 0.60 0.24 342.44 0.74 0.44
Hex C1 1D 4D 0 55 3C 18 156 4A 2C
Octal 301 35 115 0 125 74 30 526 112 54
Binary 11000001 11101 1001101 0 1010101 111100 11000 101010110 1001010 101100

Color Harmonies of #C11D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11D4D

Black with #C11D4D

Text Example


Text Example

White with #C11D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11D4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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