Html Css Color HEX #C23040 Brick Red

📋 copy color: '#C23040'

red 194 ◦ green 48 ◦ blue 64

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

Shades of Brick Red #C23040

Tints of Brick Red #C23040

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.69%

 BLUE value IS 64 (25.39% from 255) = 20.92%

R = 63.4%
G = 15.69%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C23040 (or 0xC23040) is known color: Brick Red. HEX triplet: C2, 30 and 40. RGB value is (194,48,64). Sum of RGB (Red+Green+Blue) = 194+48+64=306 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.40% from 306); Green value is 48 (19.14% from 255 or 15.69% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 194 - color contains mainly: red. Hex color #C23040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23040 is #3DCFBF. Grayscale: #5D5D5D. Windows color (decimal): -4050880 or 4206786. OLE color: 4206786.

HSL color Cylindrical-coordinate representation of color #C23040: hue angle of 353.42º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C23040 is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 48 64 -
CMYK 0 0.75 0.67 0.24
HSL 353.42º 0.6% 0.47% -
HSV(B) 353.42º 0.75% 0.76% -
XYZ 24.23 13.95 6.27 -
YUV 93.48 111.37 199.7 -
System Red Green Blue C M Y K H S L
Decimal 194 48 64 0 0.75 0.67 0.24 353.42 0.6 0.47
Hex C2 30 40 0 4B 43 18 161 3C 2F
Octal 302 60 100 0 113 103 30 541 74 57
Binary 11000010 110000 1000000 0 1001011 1000011 11000 101100001 111100 101111

Color Harmonies of #C23040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23040

Black with #C23040

Text Example


Text Example

White with #C23040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23040; }

 p { color: rgb(194,48,64); }

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

background-color css

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

 a { background-color: rgb(194,48,64); }

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

border-color css

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

 span { border-color: rgb(194,48,64); }

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