Html Css Color HEX #C53244 Brick Red

📋 copy color: '#C53244'

red 197 ◦ green 50 ◦ blue 68

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

Shades of Brick Red #C53244

Tints of Brick Red #C53244

RGB

 RED value IS 197 (77.34% from 255) = 62.54%

 GREEN value IS 50 (19.92% from 255) = 15.87%

 BLUE value IS 68 (26.95% from 255) = 21.59%

R = 62.54%
G = 15.87%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C53244 (or 0xC53244) is known color: Brick Red. HEX triplet: C5, 32 and 44. RGB value is (197,50,68). Sum of RGB (Red+Green+Blue) = 197+50+68=315 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.54% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 68 (26.95% from 255 or 21.59% from 315); Max value from RGB is 197 - color contains mainly: red. Hex color #C53244 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53244 is #3ACDBB. Grayscale: #606060. Windows color (decimal): -3853756 or 4469445. OLE color: 4469445.

HSL color Cylindrical-coordinate representation of color #C53244: hue angle of 352.65º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C53244 is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 50 68 -
CMYK 0 0.75 0.65 0.23
HSL 352.65º 0.6% 0.48% -
HSV(B) 352.65º 0.75% 0.77% -
XYZ 25.21 14.57 6.95 -
YUV 96.01 112.2 200.04 -
System Red Green Blue C M Y K H S L
Decimal 197 50 68 0 0.75 0.65 0.23 352.65 0.6 0.48
Hex C5 32 44 0 4B 41 17 161 3C 30
Octal 305 62 104 0 113 101 27 541 74 60
Binary 11000101 110010 1000100 0 1001011 1000001 10111 101100001 111100 110000

Color Harmonies of #C53244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53244

Black with #C53244

Text Example


Text Example

White with #C53244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53244; }

 p { color: rgb(197,50,68); }

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

background-color css

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

 a { background-color: rgb(197,50,68); }

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

border-color css

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

 span { border-color: rgb(197,50,68); }

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