Html Css Color HEX #C23240 Brick Red

📋 copy color: '#C23240'

red 194 ◦ green 50 ◦ blue 64

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

Shades of Brick Red #C23240

Tints of Brick Red #C23240

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.23%

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

R = 62.99%
G = 16.23%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C23240 (or 0xC23240) is known color: Brick Red. HEX triplet: C2, 32 and 40. RGB value is (194,50,64). Sum of RGB (Red+Green+Blue) = 194+50+64=308 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.99% from 308); Green value is 50 (19.92% from 255 or 16.23% from 308); Blue value is 64 (25.39% from 255 or 20.78% from 308); Max value from RGB is 194 - color contains mainly: red. Hex color #C23240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23240 is #3DCDBF. Grayscale: #5E5E5E. Windows color (decimal): -4050368 or 4207298. OLE color: 4207298.

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

Color convert

RGB 194 50 64 -
CMYK 0 0.74 0.67 0.24
HSL 354.17º 0.59% 0.48% -
HSV(B) 354.17º 0.74% 0.76% -
XYZ 24.31 14.12 6.29 -
YUV 94.65 110.71 198.86 -
System Red Green Blue C M Y K H S L
Decimal 194 50 64 0 0.74 0.67 0.24 354.17 0.59 0.48
Hex C2 32 40 0 4A 43 18 162 3B 30
Octal 302 62 100 0 112 103 30 542 73 60
Binary 11000010 110010 1000000 0 1001010 1000011 11000 101100010 111011 110000

Color Harmonies of #C23240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23240

Black with #C23240

Text Example


Text Example

White with #C23240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23240; }

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

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

background-color css

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

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

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

border-color css

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

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

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