Html Css Color HEX #C52842 Brick Red

📋 copy color: '#C52842'

red 197 ◦ green 40 ◦ blue 66

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

Shades of Brick Red #C52842

Tints of Brick Red #C52842

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.2%

 BLUE value IS 66 (26.17% from 255) = 21.78%

R = 65.02%
G = 13.2%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C52842 (or 0xC52842) is known color: Brick Red. HEX triplet: C5, 28 and 42. RGB value is (197,40,66). Sum of RGB (Red+Green+Blue) = 197+40+66=303 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.02% from 303); Green value is 40 (16.02% from 255 or 13.20% from 303); Blue value is 66 (26.17% from 255 or 21.78% from 303); Max value from RGB is 197 - color contains mainly: red. Hex color #C52842 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52842 is #3AD7BD. Grayscale: #595959. Windows color (decimal): -3856318 or 4335813. OLE color: 4335813.

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

Color convert

RGB 197 40 66 -
CMYK 0 0.80 0.66 0.23
HSL 350.06º 0.66% 0.46% -
HSV(B) 350.06º 0.8% 0.77% -
XYZ 24.77 13.78 6.51 -
YUV 89.91 114.51 204.39 -
System Red Green Blue C M Y K H S L
Decimal 197 40 66 0 0.80 0.66 0.23 350.06 0.66 0.46
Hex C5 28 42 0 50 42 17 15E 42 2E
Octal 305 50 102 0 120 102 27 536 102 56
Binary 11000101 101000 1000010 0 1010000 1000010 10111 101011110 1000010 101110

Color Harmonies of #C52842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52842

Black with #C52842

Text Example


Text Example

White with #C52842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52842; }

 p { color: rgb(197,40,66); }

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

background-color css

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

 a { background-color: rgb(197,40,66); }

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

border-color css

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

 span { border-color: rgb(197,40,66); }

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