Html Css Color HEX #C21F4F Old Rose

📋 copy color: '#C21F4F'

red 194 ◦ green 31 ◦ blue 79

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

Shades of Old Rose #C21F4F

Tints of Old Rose #C21F4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25.99%

R = 63.82%
G = 10.2%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C21F4F (or 0xC21F4F) is known color: Old Rose. HEX triplet: C2, 1F and 4F. RGB value is (194,31,79). Sum of RGB (Red+Green+Blue) = 194+31+79=304 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.82% from 304); Green value is 31 (12.5% from 255 or 10.20% from 304); Blue value is 79 (31.25% from 255 or 25.99% from 304); Max value from RGB is 194 - color contains mainly: red. Hex color #C21F4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21F4F is #3DE0B0. Grayscale: #555555. Windows color (decimal): -4055217 or 5185474. OLE color: 5185474.

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

Color convert

RGB 194 31 79 -
CMYK 0 0.84 0.59 0.24
HSL 342.33º 0.72% 0.44% -
HSV(B) 342.33º 0.84% 0.76% -
XYZ 24.15 13.01 8.64 -
YUV 85.21 124.5 205.6 -
System Red Green Blue C M Y K H S L
Decimal 194 31 79 0 0.84 0.59 0.24 342.33 0.72 0.44
Hex C2 1F 4F 0 54 3B 18 156 48 2C
Octal 302 37 117 0 124 73 30 526 110 54
Binary 11000010 11111 1001111 0 1010100 111011 11000 101010110 1001000 101100

Color Harmonies of #C21F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21F4F

Black with #C21F4F

Text Example


Text Example

White with #C21F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21F4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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