Html Css Color HEX #C53441 Brick Red

📋 copy color: '#C53441'

red 197 ◦ green 52 ◦ blue 65

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

Shades of Brick Red #C53441

Tints of Brick Red #C53441

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.56%

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

R = 62.74%
G = 16.56%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C53441 (or 0xC53441) is known color: Brick Red. HEX triplet: C5, 34 and 41. RGB value is (197,52,65). Sum of RGB (Red+Green+Blue) = 197+52+65=314 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.74% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 65 (25.78% from 255 or 20.70% from 314); Max value from RGB is 197 - color contains mainly: red. Hex color #C53441 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53441 is #3ACBBE. Grayscale: #606060. Windows color (decimal): -3853247 or 4273349. OLE color: 4273349.

HSL color Cylindrical-coordinate representation of color #C53441: hue angle of 354.62º degrees, saturation: 0.58, 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 #C53441 is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 52 65 -
CMYK 0 0.74 0.67 0.23
HSL 354.62º 0.58% 0.49% -
HSV(B) 354.62º 0.74% 0.77% -
XYZ 25.21 14.71 6.51 -
YUV 96.84 110.04 199.44 -
System Red Green Blue C M Y K H S L
Decimal 197 52 65 0 0.74 0.67 0.23 354.62 0.58 0.49
Hex C5 34 41 0 4A 43 17 163 3A 31
Octal 305 64 101 0 112 103 27 543 72 61
Binary 11000101 110100 1000001 0 1001010 1000011 10111 101100011 111010 110001

Color Harmonies of #C53441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53441

Black with #C53441

Text Example


Text Example

White with #C53441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53441; }

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

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

background-color css

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

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

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

border-color css

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

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

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