Html Css Color HEX #C21D4D Old Rose

📋 copy color: '#C21D4D'

red 194 ◦ green 29 ◦ blue 77

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

Shades of Old Rose #C21D4D

Tints of Old Rose #C21D4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 25.67%

R = 64.67%
G = 9.67%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C21D4D (or 0xC21D4D) is known color: Old Rose. HEX triplet: C2, 1D and 4D. RGB value is (194,29,77). Sum of RGB (Red+Green+Blue) = 194+29+77=300 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.67% from 300); Green value is 29 (11.72% from 255 or 9.67% from 300); Blue value is 77 (30.47% from 255 or 25.67% from 300); Max value from RGB is 194 - color contains mainly: red. Hex color #C21D4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21D4D is #3DE2B2. Grayscale: #535353. Windows color (decimal): -4055731 or 5053890. OLE color: 5053890.

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

Color convert

RGB 194 29 77 -
CMYK 0 0.85 0.60 0.24
HSL 342.55º 0.74% 0.44% -
HSV(B) 342.55º 0.85% 0.76% -
XYZ 24.03 12.88 8.24 -
YUV 83.81 124.16 206.6 -
System Red Green Blue C M Y K H S L
Decimal 194 29 77 0 0.85 0.60 0.24 342.55 0.74 0.44
Hex C2 1D 4D 0 55 3C 18 157 4A 2C
Octal 302 35 115 0 125 74 30 527 112 54
Binary 11000010 11101 1001101 0 1010101 111100 11000 101010111 1001010 101100

Color Harmonies of #C21D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21D4D

Black with #C21D4D

Text Example


Text Example

White with #C21D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21D4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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