Html Css Color HEX #C21D4F Old Rose

📋 copy color: '#C21D4F'

red 194 ◦ green 29 ◦ blue 79

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

Shades of Old Rose #C21D4F

Tints of Old Rose #C21D4F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.6%

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

R = 64.24%
G = 9.6%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C21D4F (or 0xC21D4F) is known color: Old Rose. HEX triplet: C2, 1D and 4F. RGB value is (194,29,79). Sum of RGB (Red+Green+Blue) = 194+29+79=302 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.24% from 302); Green value is 29 (11.72% from 255 or 9.60% from 302); Blue value is 79 (31.25% from 255 or 26.16% from 302); Max value from RGB is 194 - color contains mainly: red. Hex color #C21D4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21D4F is #3DE2B0. Grayscale: #545454. Windows color (decimal): -4055729 or 5184962. OLE color: 5184962.

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

Color convert

RGB 194 29 79 -
CMYK 0 0.85 0.59 0.24
HSL 341.82º 0.74% 0.44% -
HSV(B) 341.82º 0.85% 0.76% -
XYZ 24.1 12.91 8.62 -
YUV 84.04 125.16 206.43 -
System Red Green Blue C M Y K H S L
Decimal 194 29 79 0 0.85 0.59 0.24 341.82 0.74 0.44
Hex C2 1D 4F 0 55 3B 18 156 4A 2C
Octal 302 35 117 0 125 73 30 526 112 54
Binary 11000010 11101 1001111 0 1010101 111011 11000 101010110 1001010 101100

Color Harmonies of #C21D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21D4F

Black with #C21D4F

Text Example


Text Example

White with #C21D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21D4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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