Html Css Color HEX #C21353 Old Rose

📋 copy color: '#C21353'

red 194 ◦ green 19 ◦ blue 83

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

Shades of Old Rose #C21353

Tints of Old Rose #C21353

RGB

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

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

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

R = 65.54%
G = 6.42%
B = 28.04%

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

#C21353 (or 0xC21353) is known color: Old Rose. HEX triplet: C2, 13 and 53. RGB value is (194,19,83). Sum of RGB (Red+Green+Blue) = 194+19+83=296 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.54% from 296); Green value is 19 (7.81% from 255 or 6.42% from 296); Blue value is 83 (32.81% from 255 or 28.04% from 296); Max value from RGB is 194 - color contains mainly: red. Hex color #C21353 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21353 is #3DECAC. Grayscale: #4E4E4E. Windows color (decimal): -4058285 or 5444546. OLE color: 5444546.

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

Color convert

RGB 194 19 83 -
CMYK 0 0.90 0.57 0.24
HSL 338.06º 0.82% 0.42% -
HSV(B) 338.06º 0.9% 0.76% -
XYZ 24.04 12.56 9.34 -
YUV 78.62 130.48 210.3 -
System Red Green Blue C M Y K H S L
Decimal 194 19 83 0 0.90 0.57 0.24 338.06 0.82 0.42
Hex C2 13 53 0 5A 39 18 152 52 2A
Octal 302 23 123 0 132 71 30 522 122 52
Binary 11000010 10011 1010011 0 1011010 111001 11000 101010010 1010010 101010

Color Harmonies of #C21353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21353

Black with #C21353

Text Example


Text Example

White with #C21353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21353; }

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

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

background-color css

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

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

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

border-color css

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

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

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