Html Css Color HEX #C31E4A Old Rose

📋 copy color: '#C31E4A'

red 195 ◦ green 30 ◦ blue 74

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

Shades of Old Rose #C31E4A

Tints of Old Rose #C31E4A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.03%

 BLUE value IS 74 (29.3% from 255) = 24.75%

R = 65.22%
G = 10.03%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C31E4A (or 0xC31E4A) is known color: Old Rose. HEX triplet: C3, 1E and 4A. RGB value is (195,30,74). Sum of RGB (Red+Green+Blue) = 195+30+74=299 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.22% from 299); Green value is 30 (12.11% from 255 or 10.03% from 299); Blue value is 74 (29.30% from 255 or 24.75% from 299); Max value from RGB is 195 - color contains mainly: red. Hex color #C31E4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31E4A is #3CE1B5. Grayscale: #545454. Windows color (decimal): -3989942 or 4857539. OLE color: 4857539.

HSL color Cylindrical-coordinate representation of color #C31E4A: hue angle of 344º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C31E4A is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 30 74 -
CMYK 0 0.85 0.62 0.24
HSL 344º 0.73% 0.44% -
HSV(B) 344º 0.85% 0.76% -
XYZ 24.21 13.03 7.72 -
YUV 84.35 122.16 206.92 -
System Red Green Blue C M Y K H S L
Decimal 195 30 74 0 0.85 0.62 0.24 344 0.73 0.44
Hex C3 1E 4A 0 55 3E 18 158 49 2C
Octal 303 36 112 0 125 76 30 530 111 54
Binary 11000011 11110 1001010 0 1010101 111110 11000 101011000 1001001 101100

Color Harmonies of #C31E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31E4A

Black with #C31E4A

Text Example


Text Example

White with #C31E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31E4A; }

 p { color: rgb(195,30,74); }

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

background-color css

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

 a { background-color: rgb(195,30,74); }

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

border-color css

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

 span { border-color: rgb(195,30,74); }

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