Html Css Color HEX #C23545 Brick Red

📋 copy color: '#C23545'

red 194 ◦ green 53 ◦ blue 69

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

Shades of Brick Red #C23545

Tints of Brick Red #C23545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.84%

R = 61.39%
G = 16.77%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C23545 (or 0xC23545) is known color: Brick Red. HEX triplet: C2, 35 and 45. RGB value is (194,53,69). Sum of RGB (Red+Green+Blue) = 194+53+69=316 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.39% from 316); Green value is 53 (21.09% from 255 or 16.77% from 316); Blue value is 69 (27.34% from 255 or 21.84% from 316); Max value from RGB is 194 - color contains mainly: red. Hex color #C23545 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23545 is #3DCABA. Grayscale: #616161. Windows color (decimal): -4049595 or 4535746. OLE color: 4535746.

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

Color convert

RGB 194 53 69 -
CMYK 0 0.73 0.64 0.24
HSL 353.19º 0.57% 0.48% -
HSV(B) 353.19º 0.73% 0.76% -
XYZ 24.6 14.45 7.12 -
YUV 96.98 112.21 197.2 -
System Red Green Blue C M Y K H S L
Decimal 194 53 69 0 0.73 0.64 0.24 353.19 0.57 0.48
Hex C2 35 45 0 49 40 18 161 39 30
Octal 302 65 105 0 111 100 30 541 71 60
Binary 11000010 110101 1000101 0 1001001 1000000 11000 101100001 111001 110000

Color Harmonies of #C23545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23545

Black with #C23545

Text Example


Text Example

White with #C23545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23545; }

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

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

background-color css

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

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

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

border-color css

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

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

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