Html Css Color HEX #C23571 Royal Heath

📋 copy color: '#C23571'

red 194 ◦ green 53 ◦ blue 113

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

Shades of Royal Heath #C23571

Tints of Royal Heath #C23571

RGB

 RED value IS 194 (76.17% from 255) = 53.89%

 GREEN value IS 53 (21.09% from 255) = 14.72%

 BLUE value IS 113 (44.53% from 255) = 31.39%

R = 53.89%
G = 14.72%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C23571 (or 0xC23571) is known color: Royal Heath. HEX triplet: C2, 35 and 71. RGB value is (194,53,113). Sum of RGB (Red+Green+Blue) = 194+53+113=360 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.89% from 360); Green value is 53 (21.09% from 255 or 14.72% from 360); Blue value is 113 (44.53% from 255 or 31.39% from 360); Max value from RGB is 194 - color contains mainly: red. Hex color #C23571 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23571 is #3DCA8E. Grayscale: #656565. Windows color (decimal): -4049551 or 7419330. OLE color: 7419330.

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

Color convert

RGB 194 53 113 -
CMYK 0 0.73 0.42 0.24
HSL 334.47º 0.57% 0.48% -
HSV(B) 334.47º 0.73% 0.76% -
XYZ 26.5 15.21 17.16 -
YUV 102 134.21 193.62 -
System Red Green Blue C M Y K H S L
Decimal 194 53 113 0 0.73 0.42 0.24 334.47 0.57 0.48
Hex C2 35 71 0 49 2A 18 14E 39 30
Octal 302 65 161 0 111 52 30 516 71 60
Binary 11000010 110101 1110001 0 1001001 101010 11000 101001110 111001 110000

Color Harmonies of #C23571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23571

Black with #C23571

Text Example


Text Example

White with #C23571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23571; }

 p { color: rgb(194,53,113); }

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

background-color css

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

 a { background-color: rgb(194,53,113); }

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

border-color css

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

 span { border-color: rgb(194,53,113); }

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