Html Css Color HEX #C22D41 Brick Red

📋 copy color: '#C22D41'

red 194 ◦ green 45 ◦ blue 65

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

Shades of Brick Red #C22D41

Tints of Brick Red #C22D41

RGB

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

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

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

R = 63.82%
G = 14.8%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C22D41 (or 0xC22D41) is known color: Brick Red. HEX triplet: C2, 2D and 41. RGB value is (194,45,65). Sum of RGB (Red+Green+Blue) = 194+45+65=304 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.82% from 304); Green value is 45 (17.97% from 255 or 14.80% from 304); Blue value is 65 (25.78% from 255 or 21.38% from 304); Max value from RGB is 194 - color contains mainly: red. Hex color #C22D41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22D41 is #3DD2BE. Grayscale: #5B5B5B. Windows color (decimal): -4051647 or 4271554. OLE color: 4271554.

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

Color convert

RGB 194 45 65 -
CMYK 0 0.77 0.66 0.24
HSL 351.95º 0.62% 0.47% -
HSV(B) 351.95º 0.77% 0.76% -
XYZ 24.14 13.73 6.38 -
YUV 91.83 112.86 200.87 -
System Red Green Blue C M Y K H S L
Decimal 194 45 65 0 0.77 0.66 0.24 351.95 0.62 0.47
Hex C2 2D 41 0 4D 42 18 160 3E 2F
Octal 302 55 101 0 115 102 30 540 76 57
Binary 11000010 101101 1000001 0 1001101 1000010 11000 101100000 111110 101111

Color Harmonies of #C22D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22D41

Black with #C22D41

Text Example


Text Example

White with #C22D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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