Html Css Color HEX #C52541 Brick Red

📋 copy color: '#C52541'

red 197 ◦ green 37 ◦ blue 65

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

Shades of Brick Red #C52541

Tints of Brick Red #C52541

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.37%

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

R = 65.89%
G = 12.37%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C52541 (or 0xC52541) is known color: Brick Red. HEX triplet: C5, 25 and 41. RGB value is (197,37,65). Sum of RGB (Red+Green+Blue) = 197+37+65=299 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.89% from 299); Green value is 37 (14.84% from 255 or 12.37% from 299); Blue value is 65 (25.78% from 255 or 21.74% from 299); Max value from RGB is 197 - color contains mainly: red. Hex color #C52541 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52541 is #3ADABE. Grayscale: #585858. Windows color (decimal): -3857087 or 4269509. OLE color: 4269509.

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

Color convert

RGB 197 37 65 -
CMYK 0 0.81 0.67 0.23
HSL 349.5º 0.68% 0.46% -
HSV(B) 349.5º 0.81% 0.77% -
XYZ 24.64 13.58 6.32 -
YUV 88.03 115.01 205.72 -
System Red Green Blue C M Y K H S L
Decimal 197 37 65 0 0.81 0.67 0.23 349.5 0.68 0.46
Hex C5 25 41 0 51 43 17 15E 44 2E
Octal 305 45 101 0 121 103 27 536 104 56
Binary 11000101 100101 1000001 0 1010001 1000011 10111 101011110 1000100 101110

Color Harmonies of #C52541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52541

Black with #C52541

Text Example


Text Example

White with #C52541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52541; }

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

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

background-color css

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

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

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

border-color css

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

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

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