Html Css Color HEX #C21C5D Old Rose

📋 copy color: '#C21C5D'

red 194 ◦ green 28 ◦ blue 93

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

Shades of Old Rose #C21C5D

Tints of Old Rose #C21C5D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.89%

 BLUE value IS 93 (36.72% from 255) = 29.52%

R = 61.59%
G = 8.89%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C21C5D (or 0xC21C5D) is known color: Old Rose. HEX triplet: C2, 1C and 5D. RGB value is (194,28,93). Sum of RGB (Red+Green+Blue) = 194+28+93=315 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.59% from 315); Green value is 28 (11.33% from 255 or 8.89% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 194 - color contains mainly: red. Hex color #C21C5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21C5D is #3DE3A2. Grayscale: #545454. Windows color (decimal): -4055971 or 6102210. OLE color: 6102210.

HSL color Cylindrical-coordinate representation of color #C21C5D: hue angle of 336.51º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C21C5D is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 28 93 -
CMYK 0 0.86 0.52 0.24
HSL 336.51º 0.75% 0.44% -
HSV(B) 336.51º 0.86% 0.76% -
XYZ 24.64 13.09 11.58 -
YUV 85.04 132.5 205.71 -
System Red Green Blue C M Y K H S L
Decimal 194 28 93 0 0.86 0.52 0.24 336.51 0.75 0.44
Hex C2 1C 5D 0 56 34 18 151 4B 2C
Octal 302 34 135 0 126 64 30 521 113 54
Binary 11000010 11100 1011101 0 1010110 110100 11000 101010001 1001011 101100

Color Harmonies of #C21C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21C5D

Black with #C21C5D

Text Example


Text Example

White with #C21C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21C5D; }

 p { color: rgb(194,28,93); }

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

background-color css

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

 a { background-color: rgb(194,28,93); }

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

border-color css

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

 span { border-color: rgb(194,28,93); }

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