Html Css Color HEX #C21C5F Old Rose

📋 copy color: '#C21C5F'

red 194 ◦ green 28 ◦ blue 95

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

Shades of Old Rose #C21C5F

Tints of Old Rose #C21C5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.97%

R = 61.2%
G = 8.83%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C21C5F (or 0xC21C5F) is known color: Old Rose. HEX triplet: C2, 1C and 5F. RGB value is (194,28,95). Sum of RGB (Red+Green+Blue) = 194+28+95=317 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.20% from 317); Green value is 28 (11.33% from 255 or 8.83% from 317); Blue value is 95 (37.5% from 255 or 29.97% from 317); Max value from RGB is 194 - color contains mainly: red. Hex color #C21C5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21C5F is #3DE3A0. Grayscale: #555555. Windows color (decimal): -4055969 or 6233282. OLE color: 6233282.

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

Color convert

RGB 194 28 95 -
CMYK 0 0.86 0.51 0.24
HSL 335.78º 0.75% 0.44% -
HSV(B) 335.78º 0.86% 0.76% -
XYZ 24.73 13.13 12.06 -
YUV 85.27 133.5 205.55 -
System Red Green Blue C M Y K H S L
Decimal 194 28 95 0 0.86 0.51 0.24 335.78 0.75 0.44
Hex C2 1C 5F 0 56 33 18 150 4B 2C
Octal 302 34 137 0 126 63 30 520 113 54
Binary 11000010 11100 1011111 0 1010110 110011 11000 101010000 1001011 101100

Color Harmonies of #C21C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21C5F

Black with #C21C5F

Text Example


Text Example

White with #C21C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21C5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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