Html Css Color HEX #C52740 Brick Red

📋 copy color: '#C52740'

red 197 ◦ green 39 ◦ blue 64

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

Shades of Brick Red #C52740

Tints of Brick Red #C52740

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13%

 BLUE value IS 64 (25.39% from 255) = 21.33%

R = 65.67%
G = 13%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C52740 (or 0xC52740) is known color: Brick Red. HEX triplet: C5, 27 and 40. RGB value is (197,39,64). Sum of RGB (Red+Green+Blue) = 197+39+64=300 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.67% from 300); Green value is 39 (15.62% from 255 or 13% from 300); Blue value is 64 (25.39% from 255 or 21.33% from 300); Max value from RGB is 197 - color contains mainly: red. Hex color #C52740 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52740 is #3AD8BF. Grayscale: #595959. Windows color (decimal): -3856576 or 4204485. OLE color: 4204485.

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

Color convert

RGB 197 39 64 -
CMYK 0 0.80 0.68 0.23
HSL 350.51º 0.67% 0.46% -
HSV(B) 350.51º 0.8% 0.77% -
XYZ 24.68 13.69 6.19 -
YUV 89.09 113.85 204.97 -
System Red Green Blue C M Y K H S L
Decimal 197 39 64 0 0.80 0.68 0.23 350.51 0.67 0.46
Hex C5 27 40 0 50 44 17 15F 43 2E
Octal 305 47 100 0 120 104 27 537 103 56
Binary 11000101 100111 1000000 0 1010000 1000100 10111 101011111 1000011 101110

Color Harmonies of #C52740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52740

Black with #C52740

Text Example


Text Example

White with #C52740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52740; }

 p { color: rgb(197,39,64); }

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

background-color css

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

 a { background-color: rgb(197,39,64); }

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

border-color css

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

 span { border-color: rgb(197,39,64); }

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