Html Css Color HEX #C21C4B Old Rose

📋 copy color: '#C21C4B'

red 194 ◦ green 28 ◦ blue 75

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

Shades of Old Rose #C21C4B

Tints of Old Rose #C21C4B

RGB

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

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

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

R = 65.32%
G = 9.43%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C21C4B (or 0xC21C4B) is known color: Old Rose. HEX triplet: C2, 1C and 4B. RGB value is (194,28,75). Sum of RGB (Red+Green+Blue) = 194+28+75=297 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.32% from 297); Green value is 28 (11.33% from 255 or 9.43% from 297); Blue value is 75 (29.69% from 255 or 25.25% from 297); Max value from RGB is 194 - color contains mainly: red. Hex color #C21C4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21C4B is #3DE3B4. Grayscale: #525252. Windows color (decimal): -4055989 or 4922562. OLE color: 4922562.

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

Color convert

RGB 194 28 75 -
CMYK 0 0.86 0.61 0.24
HSL 343.01º 0.75% 0.44% -
HSV(B) 343.01º 0.86% 0.76% -
XYZ 23.93 12.81 7.87 -
YUV 82.99 123.5 207.18 -
System Red Green Blue C M Y K H S L
Decimal 194 28 75 0 0.86 0.61 0.24 343.01 0.75 0.44
Hex C2 1C 4B 0 56 3D 18 157 4B 2C
Octal 302 34 113 0 126 75 30 527 113 54
Binary 11000010 11100 1001011 0 1010110 111101 11000 101010111 1001011 101100

Color Harmonies of #C21C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21C4B

Black with #C21C4B

Text Example


Text Example

White with #C21C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21C4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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