Html Css Color HEX #C21F5A Old Rose

📋 copy color: '#C21F5A'

red 194 ◦ green 31 ◦ blue 90

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

Shades of Old Rose #C21F5A

Tints of Old Rose #C21F5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.57%

R = 61.59%
G = 9.84%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C21F5A (or 0xC21F5A) is known color: Old Rose. HEX triplet: C2, 1F and 5A. RGB value is (194,31,90). Sum of RGB (Red+Green+Blue) = 194+31+90=315 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.59% from 315); Green value is 31 (12.5% from 255 or 9.84% from 315); Blue value is 90 (35.55% from 255 or 28.57% from 315); Max value from RGB is 194 - color contains mainly: red. Hex color #C21F5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21F5A is #3DE0A5. Grayscale: #565656. Windows color (decimal): -4055206 or 5906370. OLE color: 5906370.

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

Color convert

RGB 194 31 90 -
CMYK 0 0.84 0.54 0.24
HSL 338.28º 0.72% 0.44% -
HSV(B) 338.28º 0.84% 0.76% -
XYZ 24.58 13.19 10.92 -
YUV 86.46 130 204.7 -
System Red Green Blue C M Y K H S L
Decimal 194 31 90 0 0.84 0.54 0.24 338.28 0.72 0.44
Hex C2 1F 5A 0 54 36 18 152 48 2C
Octal 302 37 132 0 124 66 30 522 110 54
Binary 11000010 11111 1011010 0 1010100 110110 11000 101010010 1001000 101100

Color Harmonies of #C21F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21F5A

Black with #C21F5A

Text Example


Text Example

White with #C21F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21F5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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