Html Css Color HEX #C24271 Royal Heath

📋 copy color: '#C24271'

red 194 ◦ green 66 ◦ blue 113

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

Shades of Royal Heath #C24271

Tints of Royal Heath #C24271

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.69%

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

R = 52.01%
G = 17.69%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C24271 (or 0xC24271) is known color: Royal Heath. HEX triplet: C2, 42 and 71. RGB value is (194,66,113). Sum of RGB (Red+Green+Blue) = 194+66+113=373 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.01% from 373); Green value is 66 (26.17% from 255 or 17.69% from 373); Blue value is 113 (44.53% from 255 or 30.29% from 373); Max value from RGB is 194 - color contains mainly: red. Hex color #C24271 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24271 is #3DBD8E. Grayscale: #6D6D6D. Windows color (decimal): -4046223 or 7422658. OLE color: 7422658.

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

Color convert

RGB 194 66 113 -
CMYK 0 0.66 0.42 0.24
HSL 337.97º 0.51% 0.51% -
HSV(B) 337.97º 0.66% 0.76% -
XYZ 27.18 16.56 17.39 -
YUV 109.63 129.91 188.18 -
System Red Green Blue C M Y K H S L
Decimal 194 66 113 0 0.66 0.42 0.24 337.97 0.51 0.51
Hex C2 42 71 0 42 2A 18 152 33 33
Octal 302 102 161 0 102 52 30 522 63 63
Binary 11000010 1000010 1110001 0 1000010 101010 11000 101010010 110011 110011

Color Harmonies of #C24271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24271

Black with #C24271

Text Example


Text Example

White with #C24271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24271; }

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

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

background-color css

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

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

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

border-color css

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

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

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