Html Css Color HEX #C21D5B Old Rose

📋 copy color: '#C21D5B'

red 194 ◦ green 29 ◦ blue 91

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

Shades of Old Rose #C21D5B

Tints of Old Rose #C21D5B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.24%

 BLUE value IS 91 (35.94% from 255) = 28.98%

R = 61.78%
G = 9.24%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C21D5B (or 0xC21D5B) is known color: Old Rose. HEX triplet: C2, 1D and 5B. RGB value is (194,29,91). Sum of RGB (Red+Green+Blue) = 194+29+91=314 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.78% from 314); Green value is 29 (11.72% from 255 or 9.24% from 314); Blue value is 91 (35.94% from 255 or 28.98% from 314); Max value from RGB is 194 - color contains mainly: red. Hex color #C21D5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21D5B is #3DE2A4. Grayscale: #555555. Windows color (decimal): -4055717 or 5971394. OLE color: 5971394.

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

Color convert

RGB 194 29 91 -
CMYK 0 0.85 0.53 0.24
HSL 337.45º 0.74% 0.44% -
HSV(B) 337.45º 0.85% 0.76% -
XYZ 24.58 13.1 11.13 -
YUV 85.4 131.16 205.46 -
System Red Green Blue C M Y K H S L
Decimal 194 29 91 0 0.85 0.53 0.24 337.45 0.74 0.44
Hex C2 1D 5B 0 55 35 18 151 4A 2C
Octal 302 35 133 0 125 65 30 521 112 54
Binary 11000010 11101 1011011 0 1010101 110101 11000 101010001 1001010 101100

Color Harmonies of #C21D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21D5B

Black with #C21D5B

Text Example


Text Example

White with #C21D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21D5B; }

 p { color: rgb(194,29,91); }

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

background-color css

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

 a { background-color: rgb(194,29,91); }

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

border-color css

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

 span { border-color: rgb(194,29,91); }

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