Html Css Color HEX #C23F45 Brick Red

📋 copy color: '#C23F45'

red 194 ◦ green 63 ◦ blue 69

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

Shades of Brick Red #C23F45

Tints of Brick Red #C23F45

RGB

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

 GREEN value IS 63 (25% from 255) = 19.33%

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

R = 59.51%
G = 19.33%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C23F45 (or 0xC23F45) is known color: Brick Red. HEX triplet: C2, 3F and 45. RGB value is (194,63,69). Sum of RGB (Red+Green+Blue) = 194+63+69=326 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.51% from 326); Green value is 63 (25% from 255 or 19.33% from 326); Blue value is 69 (27.34% from 255 or 21.17% from 326); Max value from RGB is 194 - color contains mainly: red. Hex color #C23F45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23F45 is #3DC0BA. Grayscale: #666666. Windows color (decimal): -4047035 or 4538306. OLE color: 4538306.

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

Color convert

RGB 194 63 69 -
CMYK 0 0.68 0.64 0.24
HSL 357.25º 0.52% 0.5% -
HSV(B) 357.25º 0.68% 0.76% -
XYZ 25.1 15.45 7.29 -
YUV 102.85 108.9 193.01 -
System Red Green Blue C M Y K H S L
Decimal 194 63 69 0 0.68 0.64 0.24 357.25 0.52 0.5
Hex C2 3F 45 0 44 40 18 165 34 32
Octal 302 77 105 0 104 100 30 545 64 62
Binary 11000010 111111 1000101 0 1000100 1000000 11000 101100101 110100 110010

Color Harmonies of #C23F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23F45

Black with #C23F45

Text Example


Text Example

White with #C23F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23F45; }

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

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

background-color css

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

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

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

border-color css

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

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

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