Html Css Color HEX #C11353 Old Rose

📋 copy color: '#C11353'

red 193 ◦ green 19 ◦ blue 83

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

Shades of Old Rose #C11353

Tints of Old Rose #C11353

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.44%

 BLUE value IS 83 (32.81% from 255) = 28.14%

R = 65.42%
G = 6.44%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C11353 (or 0xC11353) is known color: Old Rose. HEX triplet: C1, 13 and 53. RGB value is (193,19,83). Sum of RGB (Red+Green+Blue) = 193+19+83=295 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.42% from 295); Green value is 19 (7.81% from 255 or 6.44% from 295); Blue value is 83 (32.81% from 255 or 28.14% from 295); Max value from RGB is 193 - color contains mainly: red. Hex color #C11353 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11353 is #3EECAC. Grayscale: #4E4E4E. Windows color (decimal): -4123821 or 5444545. OLE color: 5444545.

HSL color Cylindrical-coordinate representation of color #C11353: hue angle of 337.93º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C11353 is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 19 83 -
CMYK 0 0.90 0.57 0.24
HSL 337.93º 0.82% 0.42% -
HSV(B) 337.93º 0.9% 0.76% -
XYZ 23.79 12.43 9.33 -
YUV 78.32 130.65 209.8 -
System Red Green Blue C M Y K H S L
Decimal 193 19 83 0 0.90 0.57 0.24 337.93 0.82 0.42
Hex C1 13 53 0 5A 39 18 152 52 2A
Octal 301 23 123 0 132 71 30 522 122 52
Binary 11000001 10011 1010011 0 1011010 111001 11000 101010010 1010010 101010

Color Harmonies of #C11353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11353

Black with #C11353

Text Example


Text Example

White with #C11353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11353; }

 p { color: rgb(193,19,83); }

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

background-color css

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

 a { background-color: rgb(193,19,83); }

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

border-color css

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

 span { border-color: rgb(193,19,83); }

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