Html Css Color HEX #C53344 Brick Red

📋 copy color: '#C53344'

red 197 ◦ green 51 ◦ blue 68

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

Shades of Brick Red #C53344

Tints of Brick Red #C53344

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.14%

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

R = 62.34%
G = 16.14%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C53344 (or 0xC53344) is known color: Brick Red. HEX triplet: C5, 33 and 44. RGB value is (197,51,68). Sum of RGB (Red+Green+Blue) = 197+51+68=316 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.34% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 68 (26.95% from 255 or 21.52% from 316); Max value from RGB is 197 - color contains mainly: red. Hex color #C53344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53344 is #3ACCBB. Grayscale: #606060. Windows color (decimal): -3853500 or 4469701. OLE color: 4469701.

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

Color convert

RGB 197 51 68 -
CMYK 0 0.74 0.65 0.23
HSL 353.01º 0.59% 0.49% -
HSV(B) 353.01º 0.74% 0.77% -
XYZ 25.25 14.66 6.97 -
YUV 96.59 111.87 199.62 -
System Red Green Blue C M Y K H S L
Decimal 197 51 68 0 0.74 0.65 0.23 353.01 0.59 0.49
Hex C5 33 44 0 4A 41 17 161 3B 31
Octal 305 63 104 0 112 101 27 541 73 61
Binary 11000101 110011 1000100 0 1001010 1000001 10111 101100001 111011 110001

Color Harmonies of #C53344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53344

Black with #C53344

Text Example


Text Example

White with #C53344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53344; }

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

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

background-color css

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

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

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

border-color css

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

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

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