Html Css Color HEX #C41C54 Old Rose

📋 copy color: '#C41C54'

red 196 ◦ green 28 ◦ blue 84

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

Shades of Old Rose #C41C54

Tints of Old Rose #C41C54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 27.27%

R = 63.64%
G = 9.09%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C41C54 (or 0xC41C54) is known color: Old Rose. HEX triplet: C4, 1C and 54. RGB value is (196,28,84). Sum of RGB (Red+Green+Blue) = 196+28+84=308 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.64% from 308); Green value is 28 (11.33% from 255 or 9.09% from 308); Blue value is 84 (33.20% from 255 or 27.27% from 308); Max value from RGB is 196 - color contains mainly: red. Hex color #C41C54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41C54 is #3BE3AB. Grayscale: #545454. Windows color (decimal): -3924908 or 5512388. OLE color: 5512388.

HSL color Cylindrical-coordinate representation of color #C41C54: hue angle of 340º 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 #C41C54 is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 28 84 -
CMYK 0 0.86 0.57 0.23
HSL 340º 0.75% 0.44% -
HSV(B) 340º 0.86% 0.77% -
XYZ 24.78 13.21 9.63 -
YUV 84.62 127.66 207.45 -
System Red Green Blue C M Y K H S L
Decimal 196 28 84 0 0.86 0.57 0.23 340 0.75 0.44
Hex C4 1C 54 0 56 39 17 154 4B 2C
Octal 304 34 124 0 126 71 27 524 113 54
Binary 11000100 11100 1010100 0 1010110 111001 10111 101010100 1001011 101100

Color Harmonies of #C41C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41C54

Black with #C41C54

Text Example


Text Example

White with #C41C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41C54; }

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

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

background-color css

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

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

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

border-color css

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

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

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