Html Css Color HEX #C24B48 Sunset

📋 copy color: '#C24B48'

red 194 ◦ green 75 ◦ blue 72

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

Shades of Sunset #C24B48

Tints of Sunset #C24B48

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.99%

 BLUE value IS 72 (28.52% from 255) = 21.11%

R = 56.89%
G = 21.99%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C24B48 (or 0xC24B48) is known color: Sunset. HEX triplet: C2, 4B and 48. RGB value is (194,75,72). Sum of RGB (Red+Green+Blue) = 194+75+72=341 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.89% from 341); Green value is 75 (29.69% from 255 or 21.99% from 341); Blue value is 72 (28.52% from 255 or 21.11% from 341); Max value from RGB is 194 - color contains mainly: red. Hex color #C24B48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24B48 is #3DB4B7. Grayscale: #6E6E6E. Windows color (decimal): -4043960 or 4737986. OLE color: 4737986.

HSL color Cylindrical-coordinate representation of color #C24B48: hue angle of 1.48º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C24B48 is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 75 72 -
CMYK 0 0.61 0.63 0.24
HSL 1.48º 0.5% 0.52% -
HSV(B) 1.48º 0.63% 0.76% -
XYZ 25.93 16.97 8.04 -
YUV 110.24 106.42 187.74 -
System Red Green Blue C M Y K H S L
Decimal 194 75 72 0 0.61 0.63 0.24 1.48 0.5 0.52
Hex C2 4B 48 0 3D 3F 18 1 32 34
Octal 302 113 110 0 75 77 30 1 62 64
Binary 11000010 1001011 1001000 0 111101 111111 11000 1 110010 110100

Color Harmonies of #C24B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24B48

Black with #C24B48

Text Example


Text Example

White with #C24B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24B48; }

 p { color: rgb(194,75,72); }

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

background-color css

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

 a { background-color: rgb(194,75,72); }

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

border-color css

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

 span { border-color: rgb(194,75,72); }

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