Html Css Color HEX #C21D4B Old Rose

📋 copy color: '#C21D4B'

red 194 ◦ green 29 ◦ blue 75

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

Shades of Old Rose #C21D4B

Tints of Old Rose #C21D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.17%

R = 65.1%
G = 9.73%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C21D4B (or 0xC21D4B) is known color: Old Rose. HEX triplet: C2, 1D and 4B. RGB value is (194,29,75). Sum of RGB (Red+Green+Blue) = 194+29+75=298 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.10% from 298); Green value is 29 (11.72% from 255 or 9.73% from 298); Blue value is 75 (29.69% from 255 or 25.17% from 298); Max value from RGB is 194 - color contains mainly: red. Hex color #C21D4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21D4B is #3DE2B4. Grayscale: #535353. Windows color (decimal): -4055733 or 4922818. OLE color: 4922818.

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

Color convert

RGB 194 29 75 -
CMYK 0 0.85 0.61 0.24
HSL 343.27º 0.74% 0.44% -
HSV(B) 343.27º 0.85% 0.76% -
XYZ 23.96 12.86 7.88 -
YUV 83.58 123.16 206.76 -
System Red Green Blue C M Y K H S L
Decimal 194 29 75 0 0.85 0.61 0.24 343.27 0.74 0.44
Hex C2 1D 4B 0 55 3D 18 157 4A 2C
Octal 302 35 113 0 125 75 30 527 112 54
Binary 11000010 11101 1001011 0 1010101 111101 11000 101010111 1001010 101100

Color Harmonies of #C21D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21D4B

Black with #C21D4B

Text Example


Text Example

White with #C21D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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