Html Css Color HEX #C2373F Brick Red

📋 copy color: '#C2373F'

red 194 ◦ green 55 ◦ blue 63

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

Shades of Brick Red #C2373F

Tints of Brick Red #C2373F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.63%

 BLUE value IS 63 (25% from 255) = 20.19%

R = 62.18%
G = 17.63%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C2373F (or 0xC2373F) is known color: Brick Red. HEX triplet: C2, 37 and 3F. RGB value is (194,55,63). Sum of RGB (Red+Green+Blue) = 194+55+63=312 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.18% from 312); Green value is 55 (21.88% from 255 or 17.63% from 312); Blue value is 63 (25% from 255 or 20.19% from 312); Max value from RGB is 194 - color contains mainly: red. Hex color #C2373F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2373F is #3DC8C0. Grayscale: #616161. Windows color (decimal): -4049089 or 4143042. OLE color: 4143042.

HSL color Cylindrical-coordinate representation of color #C2373F: hue angle of 356.55º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C2373F is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 55 63 -
CMYK 0 0.72 0.68 0.24
HSL 356.55º 0.56% 0.49% -
HSV(B) 356.55º 0.72% 0.76% -
XYZ 24.51 14.56 6.22 -
YUV 97.47 108.55 196.85 -
System Red Green Blue C M Y K H S L
Decimal 194 55 63 0 0.72 0.68 0.24 356.55 0.56 0.49
Hex C2 37 3F 0 48 44 18 165 38 31
Octal 302 67 77 0 110 104 30 545 70 61
Binary 11000010 110111 111111 0 1001000 1000100 11000 101100101 111000 110001

Color Harmonies of #C2373F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2373F

Black with #C2373F

Text Example


Text Example

White with #C2373F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2373F; }

 p { color: rgb(194,55,63); }

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

background-color css

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

 a { background-color: rgb(194,55,63); }

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

border-color css

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

 span { border-color: rgb(194,55,63); }

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