Html Css Color HEX #C2353F Brick Red

📋 copy color: '#C2353F'

red 194 ◦ green 53 ◦ blue 63

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

Shades of Brick Red #C2353F

Tints of Brick Red #C2353F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.1%

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

R = 62.58%
G = 17.1%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C2353F (or 0xC2353F) is known color: Brick Red. HEX triplet: C2, 35 and 3F. RGB value is (194,53,63). Sum of RGB (Red+Green+Blue) = 194+53+63=310 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.58% from 310); Green value is 53 (21.09% from 255 or 17.10% from 310); Blue value is 63 (25% from 255 or 20.32% from 310); Max value from RGB is 194 - color contains mainly: red. Hex color #C2353F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2353F is #3DCAC0. Grayscale: #606060. Windows color (decimal): -4049601 or 4142530. OLE color: 4142530.

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

Color convert

RGB 194 53 63 -
CMYK 0 0.73 0.68 0.24
HSL 355.74º 0.57% 0.48% -
HSV(B) 355.74º 0.73% 0.76% -
XYZ 24.42 14.37 6.19 -
YUV 96.3 109.21 197.69 -
System Red Green Blue C M Y K H S L
Decimal 194 53 63 0 0.73 0.68 0.24 355.74 0.57 0.48
Hex C2 35 3F 0 49 44 18 164 39 30
Octal 302 65 77 0 111 104 30 544 71 60
Binary 11000010 110101 111111 0 1001001 1000100 11000 101100100 111001 110000

Color Harmonies of #C2353F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2353F

Black with #C2353F

Text Example


Text Example

White with #C2353F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2353F; }

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

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

background-color css

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

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

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

border-color css

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

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

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