Html Css Color HEX #C22F41 Brick Red

📋 copy color: '#C22F41'

red 194 ◦ green 47 ◦ blue 65

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

Shades of Brick Red #C22F41

Tints of Brick Red #C22F41

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.36%

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

R = 63.4%
G = 15.36%
B = 21.24%

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

#C22F41 (or 0xC22F41) is known color: Brick Red. HEX triplet: C2, 2F and 41. RGB value is (194,47,65). Sum of RGB (Red+Green+Blue) = 194+47+65=306 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.40% from 306); Green value is 47 (18.75% from 255 or 15.36% from 306); Blue value is 65 (25.78% from 255 or 21.24% from 306); Max value from RGB is 194 - color contains mainly: red. Hex color #C22F41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22F41 is #3DD0BE. Grayscale: #5D5D5D. Windows color (decimal): -4051135 or 4272066. OLE color: 4272066.

HSL color Cylindrical-coordinate representation of color #C22F41: hue angle of 352.65º degrees, saturation: 0.61, 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 #C22F41 is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 47 65 -
CMYK 0 0.76 0.66 0.24
HSL 352.65º 0.61% 0.47% -
HSV(B) 352.65º 0.76% 0.76% -
XYZ 24.22 13.88 6.4 -
YUV 93.01 112.2 200.04 -
System Red Green Blue C M Y K H S L
Decimal 194 47 65 0 0.76 0.66 0.24 352.65 0.61 0.47
Hex C2 2F 41 0 4C 42 18 161 3D 2F
Octal 302 57 101 0 114 102 30 541 75 57
Binary 11000010 101111 1000001 0 1001100 1000010 11000 101100001 111101 101111

Color Harmonies of #C22F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22F41

Black with #C22F41

Text Example


Text Example

White with #C22F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22F41; }

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

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

background-color css

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

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

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

border-color css

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

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

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