Html Css Color HEX #C42641 Brick Red

📋 copy color: '#C42641'

red 196 ◦ green 38 ◦ blue 65

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

Shades of Brick Red #C42641

Tints of Brick Red #C42641

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.71%

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

R = 65.55%
G = 12.71%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C42641 (or 0xC42641) is known color: Brick Red. HEX triplet: C4, 26 and 41. RGB value is (196,38,65). Sum of RGB (Red+Green+Blue) = 196+38+65=299 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.55% from 299); Green value is 38 (15.23% from 255 or 12.71% from 299); Blue value is 65 (25.78% from 255 or 21.74% from 299); Max value from RGB is 196 - color contains mainly: red. Hex color #C42641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42641 is #3BD9BE. Grayscale: #585858. Windows color (decimal): -3922367 or 4269764. OLE color: 4269764.

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

Color convert

RGB 196 38 65 -
CMYK 0 0.81 0.67 0.23
HSL 349.75º 0.68% 0.46% -
HSV(B) 349.75º 0.81% 0.77% -
XYZ 24.41 13.5 6.32 -
YUV 88.32 114.85 204.8 -
System Red Green Blue C M Y K H S L
Decimal 196 38 65 0 0.81 0.67 0.23 349.75 0.68 0.46
Hex C4 26 41 0 51 43 17 15E 44 2E
Octal 304 46 101 0 121 103 27 536 104 56
Binary 11000100 100110 1000001 0 1010001 1000011 10111 101011110 1000100 101110

Color Harmonies of #C42641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42641

Black with #C42641

Text Example


Text Example

White with #C42641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42641; }

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

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

background-color css

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

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

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

border-color css

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

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

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