Html Css Color HEX #C31555 Old Rose

📋 copy color: '#C31555'

red 195 ◦ green 21 ◦ blue 85

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

Shades of Old Rose #C31555

Tints of Old Rose #C31555

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.98%

 BLUE value IS 85 (33.59% from 255) = 28.24%

R = 64.78%
G = 6.98%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C31555 (or 0xC31555) is known color: Old Rose. HEX triplet: C3, 15 and 55. RGB value is (195,21,85). Sum of RGB (Red+Green+Blue) = 195+21+85=301 (39% of max value = 765). Red value is 195 (76.56% from 255 or 64.78% from 301); Green value is 21 (8.59% from 255 or 6.98% from 301); Blue value is 85 (33.59% from 255 or 28.24% from 301); Max value from RGB is 195 - color contains mainly: red. Hex color #C31555 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31555 is #3CEAAA. Grayscale: #505050. Windows color (decimal): -3992235 or 5576131. OLE color: 5576131.

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

Color convert

RGB 195 21 85 -
CMYK 0 0.89 0.56 0.24
HSL 337.93º 0.81% 0.42% -
HSV(B) 337.93º 0.89% 0.76% -
XYZ 24.41 12.79 9.78 -
YUV 80.32 130.65 209.8 -
System Red Green Blue C M Y K H S L
Decimal 195 21 85 0 0.89 0.56 0.24 337.93 0.81 0.42
Hex C3 15 55 0 59 38 18 152 51 2A
Octal 303 25 125 0 131 70 30 522 121 52
Binary 11000011 10101 1010101 0 1011001 111000 11000 101010010 1010001 101010

Color Harmonies of #C31555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31555

Black with #C31555

Text Example


Text Example

White with #C31555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31555; }

 p { color: rgb(195,21,85); }

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

background-color css

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

 a { background-color: rgb(195,21,85); }

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

border-color css

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

 span { border-color: rgb(195,21,85); }

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