Html Css Color HEX #C31C52 Old Rose

📋 copy color: '#C31C52'

red 195 ◦ green 28 ◦ blue 82

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

Shades of Old Rose #C31C52

Tints of Old Rose #C31C52

RGB

 RED value IS 195 (76.56% from 255) = 63.93%

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

 BLUE value IS 82 (32.42% from 255) = 26.89%

R = 63.93%
G = 9.18%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C31C52 (or 0xC31C52) is known color: Old Rose. HEX triplet: C3, 1C and 52. RGB value is (195,28,82). Sum of RGB (Red+Green+Blue) = 195+28+82=305 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.93% from 305); Green value is 28 (11.33% from 255 or 9.18% from 305); Blue value is 82 (32.42% from 255 or 26.89% from 305); Max value from RGB is 195 - color contains mainly: red. Hex color #C31C52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31C52 is #3CE3AD. Grayscale: #545454. Windows color (decimal): -3990446 or 5381315. OLE color: 5381315.

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

Color convert

RGB 195 28 82 -
CMYK 0 0.86 0.58 0.24
HSL 340.6º 0.75% 0.44% -
HSV(B) 340.6º 0.86% 0.76% -
XYZ 24.44 13.04 9.21 -
YUV 84.09 126.83 207.11 -
System Red Green Blue C M Y K H S L
Decimal 195 28 82 0 0.86 0.58 0.24 340.6 0.75 0.44
Hex C3 1C 52 0 56 3A 18 155 4B 2C
Octal 303 34 122 0 126 72 30 525 113 54
Binary 11000011 11100 1010010 0 1010110 111010 11000 101010101 1001011 101100

Color Harmonies of #C31C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31C52

Black with #C31C52

Text Example


Text Example

White with #C31C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31C52; }

 p { color: rgb(195,28,82); }

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

background-color css

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

 a { background-color: rgb(195,28,82); }

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

border-color css

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

 span { border-color: rgb(195,28,82); }

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