Html Css Color HEX #C42841 Brick Red

📋 copy color: '#C42841'

red 196 ◦ green 40 ◦ blue 65

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

Shades of Brick Red #C42841

Tints of Brick Red #C42841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.59%

R = 65.12%
G = 13.29%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C42841 (or 0xC42841) is known color: Brick Red. HEX triplet: C4, 28 and 41. RGB value is (196,40,65). Sum of RGB (Red+Green+Blue) = 196+40+65=301 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.12% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 65 (25.78% from 255 or 21.59% from 301); Max value from RGB is 196 - color contains mainly: red. Hex color #C42841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42841 is #3BD7BE. Grayscale: #595959. Windows color (decimal): -3921855 or 4270276. OLE color: 4270276.

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

Color convert

RGB 196 40 65 -
CMYK 0 0.80 0.67 0.23
HSL 350.38º 0.66% 0.46% -
HSV(B) 350.38º 0.8% 0.77% -
XYZ 24.48 13.64 6.34 -
YUV 89.49 114.18 203.97 -
System Red Green Blue C M Y K H S L
Decimal 196 40 65 0 0.80 0.67 0.23 350.38 0.66 0.46
Hex C4 28 41 0 50 43 17 15E 42 2E
Octal 304 50 101 0 120 103 27 536 102 56
Binary 11000100 101000 1000001 0 1010000 1000011 10111 101011110 1000010 101110

Color Harmonies of #C42841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42841

Black with #C42841

Text Example


Text Example

White with #C42841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42841; }

 p { color: rgb(196,40,65); }

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

background-color css

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

 a { background-color: rgb(196,40,65); }

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

border-color css

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

 span { border-color: rgb(196,40,65); }

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