Html Css Color HEX #C42D47 Brick Red

📋 copy color: '#C42D47'

red 196 ◦ green 45 ◦ blue 71

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

Shades of Brick Red #C42D47

Tints of Brick Red #C42D47

RGB

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

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

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

R = 62.82%
G = 14.42%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C42D47 (or 0xC42D47) is known color: Brick Red. HEX triplet: C4, 2D and 47. RGB value is (196,45,71). Sum of RGB (Red+Green+Blue) = 196+45+71=312 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.82% from 312); Green value is 45 (17.97% from 255 or 14.42% from 312); Blue value is 71 (28.12% from 255 or 22.76% from 312); Max value from RGB is 196 - color contains mainly: red. Hex color #C42D47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42D47 is #3BD2B8. Grayscale: #5D5D5D. Windows color (decimal): -3920569 or 4664772. OLE color: 4664772.

HSL color Cylindrical-coordinate representation of color #C42D47: hue angle of 349.67º 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 #C42D47 is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 45 71 -
CMYK 0 0.77 0.64 0.23
HSL 349.67º 0.63% 0.47% -
HSV(B) 349.67º 0.77% 0.77% -
XYZ 24.84 14.07 7.37 -
YUV 93.11 115.53 201.39 -
System Red Green Blue C M Y K H S L
Decimal 196 45 71 0 0.77 0.64 0.23 349.67 0.63 0.47
Hex C4 2D 47 0 4D 40 17 15E 3F 2F
Octal 304 55 107 0 115 100 27 536 77 57
Binary 11000100 101101 1000111 0 1001101 1000000 10111 101011110 111111 101111

Color Harmonies of #C42D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42D47

Black with #C42D47

Text Example


Text Example

White with #C42D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42D47; }

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

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

background-color css

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

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

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

border-color css

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

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

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