Html Css Color HEX #C24251 Old Rose

📋 copy color: '#C24251'

red 194 ◦ green 66 ◦ blue 81

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

Shades of Old Rose #C24251

Tints of Old Rose #C24251

RGB

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

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

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

R = 56.89%
G = 19.35%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C24251 (or 0xC24251) is known color: Old Rose. HEX triplet: C2, 42 and 51. RGB value is (194,66,81). Sum of RGB (Red+Green+Blue) = 194+66+81=341 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.89% from 341); Green value is 66 (26.17% from 255 or 19.35% from 341); Blue value is 81 (32.03% from 255 or 23.75% from 341); Max value from RGB is 194 - color contains mainly: red. Hex color #C24251 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24251 is #3DBDAE. Grayscale: #6A6A6A. Windows color (decimal): -4046255 or 5325506. OLE color: 5325506.

HSL color Cylindrical-coordinate representation of color #C24251: hue angle of 352.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 #C24251 is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 66 81 -
CMYK 0 0.66 0.58 0.24
HSL 352.97º 0.51% 0.51% -
HSV(B) 352.97º 0.66% 0.76% -
XYZ 25.68 15.96 9.51 -
YUV 105.98 113.91 190.78 -
System Red Green Blue C M Y K H S L
Decimal 194 66 81 0 0.66 0.58 0.24 352.97 0.51 0.51
Hex C2 42 51 0 42 3A 18 161 33 33
Octal 302 102 121 0 102 72 30 541 63 63
Binary 11000010 1000010 1010001 0 1000010 111010 11000 101100001 110011 110011

Color Harmonies of #C24251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24251

Black with #C24251

Text Example


Text Example

White with #C24251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24251; }

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

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

background-color css

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

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

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

border-color css

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

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

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