Html Css Color HEX #C21F5E Old Rose

📋 copy color: '#C21F5E'

red 194 ◦ green 31 ◦ blue 94

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

Shades of Old Rose #C21F5E

Tints of Old Rose #C21F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.47%

R = 60.82%
G = 9.72%
B = 29.47%

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

#C21F5E (or 0xC21F5E) is known color: Old Rose. HEX triplet: C2, 1F and 5E. RGB value is (194,31,94). Sum of RGB (Red+Green+Blue) = 194+31+94=319 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.82% from 319); Green value is 31 (12.5% from 255 or 9.72% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 194 - color contains mainly: red. Hex color #C21F5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21F5E is #3DE0A1. Grayscale: #565656. Windows color (decimal): -4055202 or 6168514. OLE color: 6168514.

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

Color convert

RGB 194 31 94 -
CMYK 0 0.84 0.52 0.24
HSL 336.81º 0.72% 0.44% -
HSV(B) 336.81º 0.84% 0.76% -
XYZ 24.76 13.26 11.84 -
YUV 86.92 132 204.38 -
System Red Green Blue C M Y K H S L
Decimal 194 31 94 0 0.84 0.52 0.24 336.81 0.72 0.44
Hex C2 1F 5E 0 54 34 18 151 48 2C
Octal 302 37 136 0 124 64 30 521 110 54
Binary 11000010 11111 1011110 0 1010100 110100 11000 101010001 1001000 101100

Color Harmonies of #C21F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21F5E

Black with #C21F5E

Text Example


Text Example

White with #C21F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21F5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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