Html Css Color HEX #C41C51 Old Rose

📋 copy color: '#C41C51'

red 196 ◦ green 28 ◦ blue 81

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

Shades of Old Rose #C41C51

Tints of Old Rose #C41C51

RGB

 RED value IS 196 (76.95% from 255) = 64.26%

 GREEN value IS 28 (11.33% from 255) = 9.18%

 BLUE value IS 81 (32.03% from 255) = 26.56%

R = 64.26%
G = 9.18%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C41C51 (or 0xC41C51) is known color: Old Rose. HEX triplet: C4, 1C and 51. RGB value is (196,28,81). Sum of RGB (Red+Green+Blue) = 196+28+81=305 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.26% from 305); Green value is 28 (11.33% from 255 or 9.18% from 305); Blue value is 81 (32.03% from 255 or 26.56% from 305); Max value from RGB is 196 - color contains mainly: red. Hex color #C41C51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41C51 is #3BE3AE. Grayscale: #545454. Windows color (decimal): -3924911 or 5315780. OLE color: 5315780.

HSL color Cylindrical-coordinate representation of color #C41C51: hue angle of 341.07º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C41C51 is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 28 81 -
CMYK 0 0.86 0.59 0.23
HSL 341.07º 0.75% 0.44% -
HSV(B) 341.07º 0.86% 0.77% -
XYZ 24.67 13.16 9.02 -
YUV 84.27 126.16 207.69 -
System Red Green Blue C M Y K H S L
Decimal 196 28 81 0 0.86 0.59 0.23 341.07 0.75 0.44
Hex C4 1C 51 0 56 3B 17 155 4B 2C
Octal 304 34 121 0 126 73 27 525 113 54
Binary 11000100 11100 1010001 0 1010110 111011 10111 101010101 1001011 101100

Color Harmonies of #C41C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41C51

Black with #C41C51

Text Example


Text Example

White with #C41C51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41C51; }

 p { color: rgb(196,28,81); }

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

background-color css

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

 a { background-color: rgb(196,28,81); }

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

border-color css

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

 span { border-color: rgb(196,28,81); }

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