Html Css Color HEX #C23346 Brick Red

📋 copy color: '#C23346'

red 194 ◦ green 51 ◦ blue 70

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

Shades of Brick Red #C23346

Tints of Brick Red #C23346

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.19%

 BLUE value IS 70 (27.73% from 255) = 22.22%

R = 61.59%
G = 16.19%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C23346 (or 0xC23346) is known color: Brick Red. HEX triplet: C2, 33 and 46. RGB value is (194,51,70). Sum of RGB (Red+Green+Blue) = 194+51+70=315 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.59% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 70 (27.73% from 255 or 22.22% from 315); Max value from RGB is 194 - color contains mainly: red. Hex color #C23346 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23346 is #3DCCB9. Grayscale: #5F5F5F. Windows color (decimal): -4050106 or 4600770. OLE color: 4600770.

HSL color Cylindrical-coordinate representation of color #C23346: hue angle of 352.03º degrees, saturation: 0.58, 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 #C23346 is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 51 70 -
CMYK 0 0.74 0.64 0.24
HSL 352.03º 0.58% 0.48% -
HSV(B) 352.03º 0.74% 0.76% -
XYZ 24.54 14.28 7.26 -
YUV 95.92 113.38 197.96 -
System Red Green Blue C M Y K H S L
Decimal 194 51 70 0 0.74 0.64 0.24 352.03 0.58 0.48
Hex C2 33 46 0 4A 40 18 160 3A 30
Octal 302 63 106 0 112 100 30 540 72 60
Binary 11000010 110011 1000110 0 1001010 1000000 11000 101100000 111010 110000

Color Harmonies of #C23346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23346

Black with #C23346

Text Example


Text Example

White with #C23346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23346; }

 p { color: rgb(194,51,70); }

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

background-color css

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

 a { background-color: rgb(194,51,70); }

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

border-color css

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

 span { border-color: rgb(194,51,70); }

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