Html Css Color HEX #C42D44 Brick Red

📋 copy color: '#C42D44'

red 196 ◦ green 45 ◦ blue 68

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

Shades of Brick Red #C42D44

Tints of Brick Red #C42D44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.01%

R = 63.43%
G = 14.56%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C42D44 (or 0xC42D44) is known color: Brick Red. HEX triplet: C4, 2D and 44. RGB value is (196,45,68). Sum of RGB (Red+Green+Blue) = 196+45+68=309 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.43% from 309); Green value is 45 (17.97% from 255 or 14.56% from 309); Blue value is 68 (26.95% from 255 or 22.01% from 309); Max value from RGB is 196 - color contains mainly: red. Hex color #C42D44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42D44 is #3BD2BB. Grayscale: #5C5C5C. Windows color (decimal): -3920572 or 4468164. OLE color: 4468164.

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

Color convert

RGB 196 45 68 -
CMYK 0 0.77 0.65 0.23
HSL 350.86º 0.63% 0.47% -
HSV(B) 350.86º 0.77% 0.77% -
XYZ 24.75 14.03 6.87 -
YUV 92.77 114.03 201.63 -
System Red Green Blue C M Y K H S L
Decimal 196 45 68 0 0.77 0.65 0.23 350.86 0.63 0.47
Hex C4 2D 44 0 4D 41 17 15F 3F 2F
Octal 304 55 104 0 115 101 27 537 77 57
Binary 11000100 101101 1000100 0 1001101 1000001 10111 101011111 111111 101111

Color Harmonies of #C42D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42D44

Black with #C42D44

Text Example


Text Example

White with #C42D44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42D44; }

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

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

background-color css

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

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

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

border-color css

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

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

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