Html Css Color HEX #C2323F Brick Red

📋 copy color: '#C2323F'

red 194 ◦ green 50 ◦ blue 63

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

Shades of Brick Red #C2323F

Tints of Brick Red #C2323F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.29%

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

R = 63.19%
G = 16.29%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C2323F (or 0xC2323F) is known color: Brick Red. HEX triplet: C2, 32 and 3F. RGB value is (194,50,63). Sum of RGB (Red+Green+Blue) = 194+50+63=307 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.19% from 307); Green value is 50 (19.92% from 255 or 16.29% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 194 - color contains mainly: red. Hex color #C2323F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2323F is #3DCDC0. Grayscale: #5E5E5E. Windows color (decimal): -4050369 or 4141762. OLE color: 4141762.

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

Color convert

RGB 194 50 63 -
CMYK 0 0.74 0.68 0.24
HSL 354.58º 0.59% 0.48% -
HSV(B) 354.58º 0.74% 0.76% -
XYZ 24.29 14.11 6.15 -
YUV 94.54 110.21 198.94 -
System Red Green Blue C M Y K H S L
Decimal 194 50 63 0 0.74 0.68 0.24 354.58 0.59 0.48
Hex C2 32 3F 0 4A 44 18 163 3B 30
Octal 302 62 77 0 112 104 30 543 73 60
Binary 11000010 110010 111111 0 1001010 1000100 11000 101100011 111011 110000

Color Harmonies of #C2323F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2323F

Black with #C2323F

Text Example


Text Example

White with #C2323F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2323F; }

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

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

background-color css

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

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

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

border-color css

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

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

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