Html Css Color HEX #C1224D Old Rose

📋 copy color: '#C1224D'

red 193 ◦ green 34 ◦ blue 77

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

Shades of Old Rose #C1224D

Tints of Old Rose #C1224D

RGB

 RED value IS 193 (75.78% from 255) = 63.49%

 GREEN value IS 34 (13.67% from 255) = 11.18%

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

R = 63.49%
G = 11.18%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C1224D (or 0xC1224D) is known color: Old Rose. HEX triplet: C1, 22 and 4D. RGB value is (193,34,77). Sum of RGB (Red+Green+Blue) = 193+34+77=304 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.49% from 304); Green value is 34 (13.67% from 255 or 11.18% from 304); Blue value is 77 (30.47% from 255 or 25.33% from 304); Max value from RGB is 193 - color contains mainly: red. Hex color #C1224D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1224D is #3EDDB2. Grayscale: #565656. Windows color (decimal): -4119987 or 5055169. OLE color: 5055169.

HSL color Cylindrical-coordinate representation of color #C1224D: hue angle of 343.77º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C1224D is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 34 77 -
CMYK 0 0.82 0.60 0.24
HSL 343.77º 0.7% 0.45% -
HSV(B) 343.77º 0.82% 0.76% -
XYZ 23.9 13.02 8.27 -
YUV 86.44 122.68 204 -
System Red Green Blue C M Y K H S L
Decimal 193 34 77 0 0.82 0.60 0.24 343.77 0.7 0.45
Hex C1 22 4D 0 52 3C 18 158 46 2D
Octal 301 42 115 0 122 74 30 530 106 55
Binary 11000001 100010 1001101 0 1010010 111100 11000 101011000 1000110 101101

Color Harmonies of #C1224D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1224D

Black with #C1224D

Text Example


Text Example

White with #C1224D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1224D; }

 p { color: rgb(193,34,77); }

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

background-color css

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

 a { background-color: rgb(193,34,77); }

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

border-color css

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

 span { border-color: rgb(193,34,77); }

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