Html Css Color HEX #C31F4F Old Rose

📋 copy color: '#C31F4F'

red 195 ◦ green 31 ◦ blue 79

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

Shades of Old Rose #C31F4F

Tints of Old Rose #C31F4F

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.16%

 BLUE value IS 79 (31.25% from 255) = 25.9%

R = 63.93%
G = 10.16%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C31F4F (or 0xC31F4F) is known color: Old Rose. HEX triplet: C3, 1F and 4F. RGB value is (195,31,79). Sum of RGB (Red+Green+Blue) = 195+31+79=305 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.93% from 305); Green value is 31 (12.5% from 255 or 10.16% from 305); Blue value is 79 (31.25% from 255 or 25.90% from 305); Max value from RGB is 195 - color contains mainly: red. Hex color #C31F4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31F4F is #3CE0B0. Grayscale: #555555. Windows color (decimal): -3989681 or 5185475. OLE color: 5185475.

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

Color convert

RGB 195 31 79 -
CMYK 0 0.84 0.59 0.24
HSL 342.44º 0.73% 0.44% -
HSV(B) 342.44º 0.84% 0.76% -
XYZ 24.41 13.15 8.65 -
YUV 85.51 124.33 206.1 -
System Red Green Blue C M Y K H S L
Decimal 195 31 79 0 0.84 0.59 0.24 342.44 0.73 0.44
Hex C3 1F 4F 0 54 3B 18 156 49 2C
Octal 303 37 117 0 124 73 30 526 111 54
Binary 11000011 11111 1001111 0 1010100 111011 11000 101010110 1001001 101100

Color Harmonies of #C31F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31F4F

Black with #C31F4F

Text Example


Text Example

White with #C31F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31F4F; }

 p { color: rgb(195,31,79); }

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

background-color css

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

 a { background-color: rgb(195,31,79); }

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

border-color css

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

 span { border-color: rgb(195,31,79); }

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