Html Css Color HEX #C52443 Brick Red

📋 copy color: '#C52443'

red 197 ◦ green 36 ◦ blue 67

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

Shades of Brick Red #C52443

Tints of Brick Red #C52443

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12%

 BLUE value IS 67 (26.56% from 255) = 22.33%

R = 65.67%
G = 12%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C52443 (or 0xC52443) is known color: Brick Red. HEX triplet: C5, 24 and 43. RGB value is (197,36,67). Sum of RGB (Red+Green+Blue) = 197+36+67=300 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.67% from 300); Green value is 36 (14.45% from 255 or 12% from 300); Blue value is 67 (26.56% from 255 or 22.33% from 300); Max value from RGB is 197 - color contains mainly: red. Hex color #C52443 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52443 is #3ADBBC. Grayscale: #575757. Windows color (decimal): -3857341 or 4400325. OLE color: 4400325.

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

Color convert

RGB 197 36 67 -
CMYK 0 0.82 0.66 0.23
HSL 348.45º 0.69% 0.46% -
HSV(B) 348.45º 0.82% 0.77% -
XYZ 24.67 13.54 6.62 -
YUV 87.67 116.34 205.98 -
System Red Green Blue C M Y K H S L
Decimal 197 36 67 0 0.82 0.66 0.23 348.45 0.69 0.46
Hex C5 24 43 0 52 42 17 15C 45 2E
Octal 305 44 103 0 122 102 27 534 105 56
Binary 11000101 100100 1000011 0 1010010 1000010 10111 101011100 1000101 101110

Color Harmonies of #C52443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52443

Black with #C52443

Text Example


Text Example

White with #C52443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52443; }

 p { color: rgb(197,36,67); }

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

background-color css

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

 a { background-color: rgb(197,36,67); }

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

border-color css

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

 span { border-color: rgb(197,36,67); }

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