Html Css Color HEX #C52D3F Brick Red

📋 copy color: '#C52D3F'

red 197 ◦ green 45 ◦ blue 63

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

Shades of Brick Red #C52D3F

Tints of Brick Red #C52D3F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.75%

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

R = 64.59%
G = 14.75%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C52D3F (or 0xC52D3F) is known color: Brick Red. HEX triplet: C5, 2D and 3F. RGB value is (197,45,63). Sum of RGB (Red+Green+Blue) = 197+45+63=305 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.59% from 305); Green value is 45 (17.97% from 255 or 14.75% from 305); Blue value is 63 (25% from 255 or 20.66% from 305); Max value from RGB is 197 - color contains mainly: red. Hex color #C52D3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52D3F is #3AD2C0. Grayscale: #5C5C5C. Windows color (decimal): -3855041 or 4140485. OLE color: 4140485.

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

Color convert

RGB 197 45 63 -
CMYK 0 0.77 0.68 0.23
HSL 352.89º 0.63% 0.47% -
HSV(B) 352.89º 0.77% 0.77% -
XYZ 24.86 14.11 6.12 -
YUV 92.5 111.36 202.54 -
System Red Green Blue C M Y K H S L
Decimal 197 45 63 0 0.77 0.68 0.23 352.89 0.63 0.47
Hex C5 2D 3F 0 4D 44 17 161 3F 2F
Octal 305 55 77 0 115 104 27 541 77 57
Binary 11000101 101101 111111 0 1001101 1000100 10111 101100001 111111 101111

Color Harmonies of #C52D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52D3F

Black with #C52D3F

Text Example


Text Example

White with #C52D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52D3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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