Html Css Color HEX #C53741 Brick Red

📋 copy color: '#C53741'

red 197 ◦ green 55 ◦ blue 65

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

Shades of Brick Red #C53741

Tints of Brick Red #C53741

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.35%

 BLUE value IS 65 (25.78% from 255) = 20.5%

R = 62.15%
G = 17.35%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C53741 (or 0xC53741) is known color: Brick Red. HEX triplet: C5, 37 and 41. RGB value is (197,55,65). Sum of RGB (Red+Green+Blue) = 197+55+65=317 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.15% from 317); Green value is 55 (21.88% from 255 or 17.35% from 317); Blue value is 65 (25.78% from 255 or 20.50% from 317); Max value from RGB is 197 - color contains mainly: red. Hex color #C53741 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53741 is #3AC8BE. Grayscale: #626262. Windows color (decimal): -3852479 or 4274117. OLE color: 4274117.

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

Color convert

RGB 197 55 65 -
CMYK 0 0.72 0.67 0.23
HSL 355.77º 0.56% 0.49% -
HSV(B) 355.77º 0.72% 0.77% -
XYZ 25.35 14.98 6.56 -
YUV 98.6 109.04 198.19 -
System Red Green Blue C M Y K H S L
Decimal 197 55 65 0 0.72 0.67 0.23 355.77 0.56 0.49
Hex C5 37 41 0 48 43 17 164 38 31
Octal 305 67 101 0 110 103 27 544 70 61
Binary 11000101 110111 1000001 0 1001000 1000011 10111 101100100 111000 110001

Color Harmonies of #C53741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53741

Black with #C53741

Text Example


Text Example

White with #C53741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53741; }

 p { color: rgb(197,55,65); }

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

background-color css

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

 a { background-color: rgb(197,55,65); }

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

border-color css

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

 span { border-color: rgb(197,55,65); }

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