Html Css Color HEX #C52F3F Brick Red

📋 copy color: '#C52F3F'

red 197 ◦ green 47 ◦ blue 63

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

Shades of Brick Red #C52F3F

Tints of Brick Red #C52F3F

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.31%

 BLUE value IS 63 (25% from 255) = 20.52%

R = 64.17%
G = 15.31%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C52F3F (or 0xC52F3F) is known color: Brick Red. HEX triplet: C5, 2F and 3F. RGB value is (197,47,63). Sum of RGB (Red+Green+Blue) = 197+47+63=307 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.17% from 307); Green value is 47 (18.75% from 255 or 15.31% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 197 - color contains mainly: red. Hex color #C52F3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52F3F is #3AD0C0. Grayscale: #5D5D5D. Windows color (decimal): -3854529 or 4140997. OLE color: 4140997.

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

Color convert

RGB 197 47 63 -
CMYK 0 0.76 0.68 0.23
HSL 353.6º 0.61% 0.48% -
HSV(B) 353.6º 0.76% 0.77% -
XYZ 24.94 14.26 6.14 -
YUV 93.67 110.7 201.7 -
System Red Green Blue C M Y K H S L
Decimal 197 47 63 0 0.76 0.68 0.23 353.6 0.61 0.48
Hex C5 2F 3F 0 4C 44 17 162 3D 30
Octal 305 57 77 0 114 104 27 542 75 60
Binary 11000101 101111 111111 0 1001100 1000100 10111 101100010 111101 110000

Color Harmonies of #C52F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52F3F

Black with #C52F3F

Text Example


Text Example

White with #C52F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52F3F; }

 p { color: rgb(197,47,63); }

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

background-color css

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

 a { background-color: rgb(197,47,63); }

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

border-color css

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

 span { border-color: rgb(197,47,63); }

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