Html Css Color HEX #C24C4C Sunset

📋 copy color: '#C24C4C'

red 194 ◦ green 76 ◦ blue 76

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

Shades of Sunset #C24C4C

Tints of Sunset #C24C4C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.97%

 BLUE value IS 76 (30.08% from 255) = 21.97%

R = 56.07%
G = 21.97%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C24C4C (or 0xC24C4C) is known color: Sunset. HEX triplet: C2, 4C and 4C. RGB value is (194,76,76). Sum of RGB (Red+Green+Blue) = 194+76+76=346 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.07% from 346); Green value is 76 (30.08% from 255 or 21.97% from 346); Blue value is 76 (30.08% from 255 or 21.97% from 346); Max value from RGB is 194 - color contains mainly: red. Hex color #C24C4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24C4C is #3DB3B3. Grayscale: #6F6F6F. Windows color (decimal): -4043700 or 5000386. OLE color: 5000386.

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

Color convert

RGB 194 76 76 -
CMYK 0 0.61 0.61 0.24
HSL 0.49% 0.53% -
HSV(B) 0.61% 0.76% -
XYZ 26.14 17.16 8.77 -
YUV 111.28 108.09 187 -
System Red Green Blue C M Y K H S L
Decimal 194 76 76 0 0.61 0.61 0.24 0 0.49 0.53
Hex C2 4C 4C 0 3D 3D 18 0 31 35
Octal 302 114 114 0 75 75 30 0 61 65
Binary 11000010 1001100 1001100 0 111101 111101 11000 0 110001 110101

Color Harmonies of #C24C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24C4C

Black with #C24C4C

Text Example


Text Example

White with #C24C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24C4C; }

 p { color: rgb(194,76,76); }

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

background-color css

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

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

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

border-color css

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

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

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