Html Css Color HEX #C22353 Old Rose

📋 copy color: '#C22353'

red 194 ◦ green 35 ◦ blue 83

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

Shades of Old Rose #C22353

Tints of Old Rose #C22353

RGB

 RED value IS 194 (76.17% from 255) = 62.18%

 GREEN value IS 35 (14.06% from 255) = 11.22%

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

R = 62.18%
G = 11.22%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C22353 (or 0xC22353) is known color: Old Rose. HEX triplet: C2, 23 and 53. RGB value is (194,35,83). Sum of RGB (Red+Green+Blue) = 194+35+83=312 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.18% from 312); Green value is 35 (14.06% from 255 or 11.22% from 312); Blue value is 83 (32.81% from 255 or 26.60% from 312); Max value from RGB is 194 - color contains mainly: red. Hex color #C22353 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22353 is #3DDCAC. Grayscale: #575757. Windows color (decimal): -4054189 or 5448642. OLE color: 5448642.

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

Color convert

RGB 194 35 83 -
CMYK 0 0.82 0.57 0.24
HSL 341.89º 0.69% 0.45% -
HSV(B) 341.89º 0.82% 0.76% -
XYZ 24.41 13.3 9.46 -
YUV 88.01 125.18 203.6 -
System Red Green Blue C M Y K H S L
Decimal 194 35 83 0 0.82 0.57 0.24 341.89 0.69 0.45
Hex C2 23 53 0 52 39 18 156 45 2D
Octal 302 43 123 0 122 71 30 526 105 55
Binary 11000010 100011 1010011 0 1010010 111001 11000 101010110 1000101 101101

Color Harmonies of #C22353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22353

Black with #C22353

Text Example


Text Example

White with #C22353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22353; }

 p { color: rgb(194,35,83); }

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

background-color css

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

 a { background-color: rgb(194,35,83); }

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

border-color css

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

 span { border-color: rgb(194,35,83); }

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