Html Css Color HEX #C23442 Brick Red

📋 copy color: '#C23442'

red 194 ◦ green 52 ◦ blue 66

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

Shades of Brick Red #C23442

Tints of Brick Red #C23442

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.67%

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

R = 62.18%
G = 16.67%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C23442 (or 0xC23442) is known color: Brick Red. HEX triplet: C2, 34 and 42. RGB value is (194,52,66). Sum of RGB (Red+Green+Blue) = 194+52+66=312 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.18% from 312); Green value is 52 (20.70% from 255 or 16.67% from 312); Blue value is 66 (26.17% from 255 or 21.15% from 312); Max value from RGB is 194 - color contains mainly: red. Hex color #C23442 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23442 is #3DCBBD. Grayscale: #606060. Windows color (decimal): -4049854 or 4338882. OLE color: 4338882.

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

Color convert

RGB 194 52 66 -
CMYK 0 0.73 0.66 0.24
HSL 354.08º 0.58% 0.48% -
HSV(B) 354.08º 0.73% 0.76% -
XYZ 24.46 14.32 6.63 -
YUV 96.05 111.04 197.86 -
System Red Green Blue C M Y K H S L
Decimal 194 52 66 0 0.73 0.66 0.24 354.08 0.58 0.48
Hex C2 34 42 0 49 42 18 162 3A 30
Octal 302 64 102 0 111 102 30 542 72 60
Binary 11000010 110100 1000010 0 1001001 1000010 11000 101100010 111010 110000

Color Harmonies of #C23442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23442

Black with #C23442

Text Example


Text Example

White with #C23442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23442; }

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

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

background-color css

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

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

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

border-color css

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

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

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