Html Css Color HEX #C31D4A Old Rose

📋 copy color: '#C31D4A'

red 195 ◦ green 29 ◦ blue 74

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

Shades of Old Rose #C31D4A

Tints of Old Rose #C31D4A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.73%

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

R = 65.44%
G = 9.73%
B = 24.83%

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

#C31D4A (or 0xC31D4A) is known color: Old Rose. HEX triplet: C3, 1D and 4A. RGB value is (195,29,74). Sum of RGB (Red+Green+Blue) = 195+29+74=298 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.44% from 298); Green value is 29 (11.72% from 255 or 9.73% from 298); Blue value is 74 (29.30% from 255 or 24.83% from 298); Max value from RGB is 195 - color contains mainly: red. Hex color #C31D4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31D4A is #3CE2B5. Grayscale: #535353. Windows color (decimal): -3990198 or 4857283. OLE color: 4857283.

HSL color Cylindrical-coordinate representation of color #C31D4A: hue angle of 343.73º degrees, saturation: 0.74, 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 #C31D4A is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 29 74 -
CMYK 0 0.85 0.62 0.24
HSL 343.73º 0.74% 0.44% -
HSV(B) 343.73º 0.85% 0.76% -
XYZ 24.18 12.98 7.71 -
YUV 83.76 122.5 207.34 -
System Red Green Blue C M Y K H S L
Decimal 195 29 74 0 0.85 0.62 0.24 343.73 0.74 0.44
Hex C3 1D 4A 0 55 3E 18 158 4A 2C
Octal 303 35 112 0 125 76 30 530 112 54
Binary 11000011 11101 1001010 0 1010101 111110 11000 101011000 1001010 101100

Color Harmonies of #C31D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31D4A

Black with #C31D4A

Text Example


Text Example

White with #C31D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31D4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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