Html Css Color HEX #C22351 Old Rose

📋 copy color: '#C22351'

red 194 ◦ green 35 ◦ blue 81

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

Shades of Old Rose #C22351

Tints of Old Rose #C22351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 26.13%

R = 62.58%
G = 11.29%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C22351 (or 0xC22351) is known color: Old Rose. HEX triplet: C2, 23 and 51. RGB value is (194,35,81). Sum of RGB (Red+Green+Blue) = 194+35+81=310 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.58% from 310); Green value is 35 (14.06% from 255 or 11.29% from 310); Blue value is 81 (32.03% from 255 or 26.13% from 310); Max value from RGB is 194 - color contains mainly: red. Hex color #C22351 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22351 is #3DDCAE. Grayscale: #575757. Windows color (decimal): -4054191 or 5317570. OLE color: 5317570.

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

Color convert

RGB 194 35 81 -
CMYK 0 0.82 0.58 0.24
HSL 342.64º 0.69% 0.45% -
HSV(B) 342.64º 0.82% 0.76% -
XYZ 24.33 13.27 9.06 -
YUV 87.79 124.18 203.76 -
System Red Green Blue C M Y K H S L
Decimal 194 35 81 0 0.82 0.58 0.24 342.64 0.69 0.45
Hex C2 23 51 0 52 3A 18 157 45 2D
Octal 302 43 121 0 122 72 30 527 105 55
Binary 11000010 100011 1010001 0 1010010 111010 11000 101010111 1000101 101101

Color Harmonies of #C22351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22351

Black with #C22351

Text Example


Text Example

White with #C22351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22351; }

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

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

background-color css

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

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

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

border-color css

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

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

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