Html Css Color HEX #C1314B Old Rose

📋 copy color: '#C1314B'

red 193 ◦ green 49 ◦ blue 75

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

Shades of Old Rose #C1314B

Tints of Old Rose #C1314B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.46%

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

R = 60.88%
G = 15.46%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C1314B (or 0xC1314B) is known color: Old Rose. HEX triplet: C1, 31 and 4B. RGB value is (193,49,75). Sum of RGB (Red+Green+Blue) = 193+49+75=317 (41% of max value = 765). Red value is 193 (75.78% from 255 or 60.88% from 317); Green value is 49 (19.53% from 255 or 15.46% from 317); Blue value is 75 (29.69% from 255 or 23.66% from 317); Max value from RGB is 193 - color contains mainly: red. Hex color #C1314B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1314B is #3ECEB4. Grayscale: #5F5F5F. Windows color (decimal): -4116149 or 4927937. OLE color: 4927937.

HSL color Cylindrical-coordinate representation of color #C1314B: hue angle of 349.17º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C1314B is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 49 75 -
CMYK 0 0.75 0.61 0.24
HSL 349.17º 0.6% 0.47% -
HSV(B) 349.17º 0.75% 0.76% -
XYZ 24.36 14.04 8.08 -
YUV 95.02 116.71 197.89 -
System Red Green Blue C M Y K H S L
Decimal 193 49 75 0 0.75 0.61 0.24 349.17 0.6 0.47
Hex C1 31 4B 0 4B 3D 18 15D 3C 2F
Octal 301 61 113 0 113 75 30 535 74 57
Binary 11000001 110001 1001011 0 1001011 111101 11000 101011101 111100 101111

Color Harmonies of #C1314B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1314B

Black with #C1314B

Text Example


Text Example

White with #C1314B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1314B; }

 p { color: rgb(193,49,75); }

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

background-color css

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

 a { background-color: rgb(193,49,75); }

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

border-color css

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

 span { border-color: rgb(193,49,75); }

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