Html Css Color HEX #C22E41 Brick Red

📋 copy color: '#C22E41'

red 194 ◦ green 46 ◦ blue 65

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

Shades of Brick Red #C22E41

Tints of Brick Red #C22E41

RGB

 RED value IS 194 (76.17% from 255) = 63.61%

 GREEN value IS 46 (18.36% from 255) = 15.08%

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

R = 63.61%
G = 15.08%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C22E41 (or 0xC22E41) is known color: Brick Red. HEX triplet: C2, 2E and 41. RGB value is (194,46,65). Sum of RGB (Red+Green+Blue) = 194+46+65=305 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.61% from 305); Green value is 46 (18.36% from 255 or 15.08% from 305); Blue value is 65 (25.78% from 255 or 21.31% from 305); Max value from RGB is 194 - color contains mainly: red. Hex color #C22E41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22E41 is #3DD1BE. Grayscale: #5C5C5C. Windows color (decimal): -4051391 or 4271810. OLE color: 4271810.

HSL color Cylindrical-coordinate representation of color #C22E41: hue angle of 352.3º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C22E41 is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 46 65 -
CMYK 0 0.76 0.66 0.24
HSL 352.3º 0.62% 0.47% -
HSV(B) 352.3º 0.76% 0.76% -
XYZ 24.18 13.8 6.39 -
YUV 92.42 112.53 200.46 -
System Red Green Blue C M Y K H S L
Decimal 194 46 65 0 0.76 0.66 0.24 352.3 0.62 0.47
Hex C2 2E 41 0 4C 42 18 160 3E 2F
Octal 302 56 101 0 114 102 30 540 76 57
Binary 11000010 101110 1000001 0 1001100 1000010 11000 101100000 111110 101111

Color Harmonies of #C22E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22E41

Black with #C22E41

Text Example


Text Example

White with #C22E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22E41; }

 p { color: rgb(194,46,65); }

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

background-color css

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

 a { background-color: rgb(194,46,65); }

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

border-color css

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

 span { border-color: rgb(194,46,65); }

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