Html Css Color HEX #C23242 Brick Red

📋 copy color: '#C23242'

red 194 ◦ green 50 ◦ blue 66

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

Shades of Brick Red #C23242

Tints of Brick Red #C23242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.29%

R = 62.58%
G = 16.13%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C23242 (or 0xC23242) is known color: Brick Red. HEX triplet: C2, 32 and 42. RGB value is (194,50,66). Sum of RGB (Red+Green+Blue) = 194+50+66=310 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.58% from 310); Green value is 50 (19.92% from 255 or 16.13% from 310); Blue value is 66 (26.17% from 255 or 21.29% from 310); Max value from RGB is 194 - color contains mainly: red. Hex color #C23242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23242 is #3DCDBD. Grayscale: #5E5E5E. Windows color (decimal): -4050366 or 4338370. OLE color: 4338370.

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

Color convert

RGB 194 50 66 -
CMYK 0 0.74 0.66 0.24
HSL 353.33º 0.59% 0.48% -
HSV(B) 353.33º 0.74% 0.76% -
XYZ 24.37 14.14 6.6 -
YUV 94.88 111.71 198.7 -
System Red Green Blue C M Y K H S L
Decimal 194 50 66 0 0.74 0.66 0.24 353.33 0.59 0.48
Hex C2 32 42 0 4A 42 18 161 3B 30
Octal 302 62 102 0 112 102 30 541 73 60
Binary 11000010 110010 1000010 0 1001010 1000010 11000 101100001 111011 110000

Color Harmonies of #C23242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23242

Black with #C23242

Text Example


Text Example

White with #C23242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23242; }

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

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

background-color css

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

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

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

border-color css

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

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

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