Html Css Color HEX #C21453 Old Rose

📋 copy color: '#C21453'

red 194 ◦ green 20 ◦ blue 83

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

Shades of Old Rose #C21453

Tints of Old Rose #C21453

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.73%

 BLUE value IS 83 (32.81% from 255) = 27.95%

R = 65.32%
G = 6.73%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C21453 (or 0xC21453) is known color: Old Rose. HEX triplet: C2, 14 and 53. RGB value is (194,20,83). Sum of RGB (Red+Green+Blue) = 194+20+83=297 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.32% from 297); Green value is 20 (8.20% from 255 or 6.73% from 297); Blue value is 83 (32.81% from 255 or 27.95% from 297); Max value from RGB is 194 - color contains mainly: red. Hex color #C21453 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21453 is #3DEBAC. Grayscale: #4F4F4F. Windows color (decimal): -4058029 or 5444802. OLE color: 5444802.

HSL color Cylindrical-coordinate representation of color #C21453: hue angle of 338.28º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C21453 is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 20 83 -
CMYK 0 0.90 0.57 0.24
HSL 338.28º 0.81% 0.42% -
HSV(B) 338.28º 0.9% 0.76% -
XYZ 24.06 12.59 9.35 -
YUV 79.21 130.15 209.88 -
System Red Green Blue C M Y K H S L
Decimal 194 20 83 0 0.90 0.57 0.24 338.28 0.81 0.42
Hex C2 14 53 0 5A 39 18 152 51 2A
Octal 302 24 123 0 132 71 30 522 121 52
Binary 11000010 10100 1010011 0 1011010 111001 11000 101010010 1010001 101010

Color Harmonies of #C21453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21453

Black with #C21453

Text Example


Text Example

White with #C21453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21453; }

 p { color: rgb(194,20,83); }

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

background-color css

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

 a { background-color: rgb(194,20,83); }

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

border-color css

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

 span { border-color: rgb(194,20,83); }

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