Html Css Color HEX #C31353 Old Rose

📋 copy color: '#C31353'

red 195 ◦ green 19 ◦ blue 83

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

Shades of Old Rose #C31353

Tints of Old Rose #C31353

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.4%

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

R = 65.66%
G = 6.4%
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

#C31353 (or 0xC31353) is known color: Old Rose. HEX triplet: C3, 13 and 53. RGB value is (195,19,83). Sum of RGB (Red+Green+Blue) = 195+19+83=297 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.66% from 297); Green value is 19 (7.81% from 255 or 6.40% from 297); Blue value is 83 (32.81% from 255 or 27.95% from 297); Max value from RGB is 195 - color contains mainly: red. Hex color #C31353 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31353 is #3CECAC. Grayscale: #4E4E4E. Windows color (decimal): -3992749 or 5444547. OLE color: 5444547.

HSL color Cylindrical-coordinate representation of color #C31353: hue angle of 338.18º degrees, saturation: 0.82, 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 #C31353 is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 19 83 -
CMYK 0 0.90 0.57 0.24
HSL 338.18º 0.82% 0.42% -
HSV(B) 338.18º 0.9% 0.76% -
XYZ 24.3 12.69 9.35 -
YUV 78.92 130.31 210.8 -
System Red Green Blue C M Y K H S L
Decimal 195 19 83 0 0.90 0.57 0.24 338.18 0.82 0.42
Hex C3 13 53 0 5A 39 18 152 52 2A
Octal 303 23 123 0 132 71 30 522 122 52
Binary 11000011 10011 1010011 0 1011010 111001 11000 101010010 1010010 101010

Color Harmonies of #C31353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31353

Black with #C31353

Text Example


Text Example

White with #C31353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31353; }

 p { color: rgb(195,19,83); }

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

background-color css

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

 a { background-color: rgb(195,19,83); }

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

border-color css

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

 span { border-color: rgb(195,19,83); }

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