Html Css Color HEX #C21750 Old Rose

📋 copy color: '#C21750'

red 194 ◦ green 23 ◦ blue 80

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

Shades of Old Rose #C21750

Tints of Old Rose #C21750

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.74%

 BLUE value IS 80 (31.64% from 255) = 26.94%

R = 65.32%
G = 7.74%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C21750 (or 0xC21750) is known color: Old Rose. HEX triplet: C2, 17 and 50. RGB value is (194,23,80). Sum of RGB (Red+Green+Blue) = 194+23+80=297 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.32% from 297); Green value is 23 (9.38% from 255 or 7.74% from 297); Blue value is 80 (31.64% from 255 or 26.94% from 297); Max value from RGB is 194 - color contains mainly: red. Hex color #C21750 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21750 is #3DE8AF. Grayscale: #505050. Windows color (decimal): -4057264 or 5248962. OLE color: 5248962.

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

Color convert

RGB 194 23 80 -
CMYK 0 0.88 0.59 0.24
HSL 340º 0.79% 0.43% -
HSV(B) 340º 0.88% 0.76% -
XYZ 24 12.66 8.77 -
YUV 80.63 127.65 208.87 -
System Red Green Blue C M Y K H S L
Decimal 194 23 80 0 0.88 0.59 0.24 340 0.79 0.43
Hex C2 17 50 0 58 3B 18 154 4F 2B
Octal 302 27 120 0 130 73 30 524 117 53
Binary 11000010 10111 1010000 0 1011000 111011 11000 101010100 1001111 101011

Color Harmonies of #C21750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21750

Black with #C21750

Text Example


Text Example

White with #C21750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21750; }

 p { color: rgb(194,23,80); }

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

background-color css

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

 a { background-color: rgb(194,23,80); }

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

border-color css

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

 span { border-color: rgb(194,23,80); }

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