Html Css Color HEX #C23C46 Brick Red

📋 copy color: '#C23C46'

red 194 ◦ green 60 ◦ blue 70

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

Shades of Brick Red #C23C46

Tints of Brick Red #C23C46

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.52%

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

R = 59.88%
G = 18.52%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C23C46 (or 0xC23C46) is known color: Brick Red. HEX triplet: C2, 3C and 46. RGB value is (194,60,70). Sum of RGB (Red+Green+Blue) = 194+60+70=324 (42% of max value = 765). Red value is 194 (76.17% from 255 or 59.88% from 324); Green value is 60 (23.83% from 255 or 18.52% from 324); Blue value is 70 (27.73% from 255 or 21.60% from 324); Max value from RGB is 194 - color contains mainly: red. Hex color #C23C46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23C46 is #3DC3B9. Grayscale: #656565. Windows color (decimal): -4047802 or 4603074. OLE color: 4603074.

HSL color Cylindrical-coordinate representation of color #C23C46: hue angle of 355.52º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C23C46 is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 60 70 -
CMYK 0 0.69 0.64 0.24
HSL 355.52º 0.53% 0.5% -
HSV(B) 355.52º 0.69% 0.76% -
XYZ 24.97 15.14 7.4 -
YUV 101.21 110.39 194.19 -
System Red Green Blue C M Y K H S L
Decimal 194 60 70 0 0.69 0.64 0.24 355.52 0.53 0.5
Hex C2 3C 46 0 45 40 18 164 35 32
Octal 302 74 106 0 105 100 30 544 65 62
Binary 11000010 111100 1000110 0 1000101 1000000 11000 101100100 110101 110010

Color Harmonies of #C23C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23C46

Black with #C23C46

Text Example


Text Example

White with #C23C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23C46; }

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

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

background-color css

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

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

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

border-color css

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

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

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