Html Css Color HEX #C21F5D Old Rose

📋 copy color: '#C21F5D'

red 194 ◦ green 31 ◦ blue 93

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

Shades of Old Rose #C21F5D

Tints of Old Rose #C21F5D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.75%

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

R = 61.01%
G = 9.75%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C21F5D (or 0xC21F5D) is known color: Old Rose. HEX triplet: C2, 1F and 5D. RGB value is (194,31,93). Sum of RGB (Red+Green+Blue) = 194+31+93=318 (42% of max value = 765). Red value is 194 (76.17% from 255 or 61.01% from 318); Green value is 31 (12.5% from 255 or 9.75% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 194 - color contains mainly: red. Hex color #C21F5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21F5D is #3DE0A2. Grayscale: #565656. Windows color (decimal): -4055203 or 6102978. OLE color: 6102978.

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

Color convert

RGB 194 31 93 -
CMYK 0 0.84 0.52 0.24
HSL 337.18º 0.72% 0.44% -
HSV(B) 337.18º 0.84% 0.76% -
XYZ 24.71 13.24 11.61 -
YUV 86.81 131.5 204.46 -
System Red Green Blue C M Y K H S L
Decimal 194 31 93 0 0.84 0.52 0.24 337.18 0.72 0.44
Hex C2 1F 5D 0 54 34 18 151 48 2C
Octal 302 37 135 0 124 64 30 521 110 54
Binary 11000010 11111 1011101 0 1010100 110100 11000 101010001 1001000 101100

Color Harmonies of #C21F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21F5D

Black with #C21F5D

Text Example


Text Example

White with #C21F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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