Html Css Color HEX #C43E47 Brick Red

📋 copy color: '#C43E47'

red 196 ◦ green 62 ◦ blue 71

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

Shades of Brick Red #C43E47

Tints of Brick Red #C43E47

RGB

 RED value IS 196 (76.95% from 255) = 59.57%

 GREEN value IS 62 (24.61% from 255) = 18.84%

 BLUE value IS 71 (28.13% from 255) = 21.58%

R = 59.57%
G = 18.84%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C43E47 (or 0xC43E47) is known color: Brick Red. HEX triplet: C4, 3E and 47. RGB value is (196,62,71). Sum of RGB (Red+Green+Blue) = 196+62+71=329 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.57% from 329); Green value is 62 (24.61% from 255 or 18.84% from 329); Blue value is 71 (28.12% from 255 or 21.58% from 329); Max value from RGB is 196 - color contains mainly: red. Hex color #C43E47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43E47 is #3BC1B8. Grayscale: #676767. Windows color (decimal): -3916217 or 4669124. OLE color: 4669124.

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

Color convert

RGB 196 62 71 -
CMYK 0 0.68 0.64 0.23
HSL 355.97º 0.53% 0.51% -
HSV(B) 355.97º 0.68% 0.77% -
XYZ 25.62 15.64 7.63 -
YUV 103.09 109.89 194.27 -
System Red Green Blue C M Y K H S L
Decimal 196 62 71 0 0.68 0.64 0.23 355.97 0.53 0.51
Hex C4 3E 47 0 44 40 17 164 35 33
Octal 304 76 107 0 104 100 27 544 65 63
Binary 11000100 111110 1000111 0 1000100 1000000 10111 101100100 110101 110011

Color Harmonies of #C43E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43E47

Black with #C43E47

Text Example


Text Example

White with #C43E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43E47; }

 p { color: rgb(196,62,71); }

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

background-color css

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

 a { background-color: rgb(196,62,71); }

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

border-color css

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

 span { border-color: rgb(196,62,71); }

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