Html Css Color HEX #C22D38 Brick Red

📋 copy color: '#C22D38'

red 194 ◦ green 45 ◦ blue 56

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

Shades of Brick Red #C22D38

Tints of Brick Red #C22D38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.98%

R = 65.76%
G = 15.25%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C22D38 (or 0xC22D38) is known color: Brick Red. HEX triplet: C2, 2D and 38. RGB value is (194,45,56). Sum of RGB (Red+Green+Blue) = 194+45+56=295 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.76% from 295); Green value is 45 (17.97% from 255 or 15.25% from 295); Blue value is 56 (22.27% from 255 or 18.98% from 295); Max value from RGB is 194 - color contains mainly: red. Hex color #C22D38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22D38 is #3DD2C7. Grayscale: #5A5A5A. Windows color (decimal): -4051656 or 3681730. OLE color: 3681730.

HSL color Cylindrical-coordinate representation of color #C22D38: hue angle of 355.57º 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 #C22D38 is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 45 56 -
CMYK 0 0.77 0.71 0.24
HSL 355.57º 0.62% 0.47% -
HSV(B) 355.57º 0.77% 0.76% -
XYZ 23.9 13.63 5.11 -
YUV 90.81 108.36 201.61 -
System Red Green Blue C M Y K H S L
Decimal 194 45 56 0 0.77 0.71 0.24 355.57 0.62 0.47
Hex C2 2D 38 0 4D 47 18 164 3E 2F
Octal 302 55 70 0 115 107 30 544 76 57
Binary 11000010 101101 111000 0 1001101 1000111 11000 101100100 111110 101111

Color Harmonies of #C22D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22D38

Black with #C22D38

Text Example


Text Example

White with #C22D38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22D38; }

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

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

background-color css

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

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

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

border-color css

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

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

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