Html Css Color HEX #C23948 Brick Red

📋 copy color: '#C23948'

red 194 ◦ green 57 ◦ blue 72

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

Shades of Brick Red #C23948

Tints of Brick Red #C23948

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.65%

 BLUE value IS 72 (28.52% from 255) = 22.29%

R = 60.06%
G = 17.65%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C23948 (or 0xC23948) is known color: Brick Red. HEX triplet: C2, 39 and 48. RGB value is (194,57,72). Sum of RGB (Red+Green+Blue) = 194+57+72=323 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.06% from 323); Green value is 57 (22.66% from 255 or 17.65% from 323); Blue value is 72 (28.52% from 255 or 22.29% from 323); Max value from RGB is 194 - color contains mainly: red. Hex color #C23948 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23948 is #3DC6B7. Grayscale: #636363. Windows color (decimal): -4048568 or 4733378. OLE color: 4733378.

HSL color Cylindrical-coordinate representation of color #C23948: hue angle of 353.43º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C23948 is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 57 72 -
CMYK 0 0.71 0.63 0.24
HSL 353.43º 0.55% 0.49% -
HSV(B) 353.43º 0.71% 0.76% -
XYZ 24.88 14.86 7.69 -
YUV 99.67 112.39 195.28 -
System Red Green Blue C M Y K H S L
Decimal 194 57 72 0 0.71 0.63 0.24 353.43 0.55 0.49
Hex C2 39 48 0 47 3F 18 161 37 31
Octal 302 71 110 0 107 77 30 541 67 61
Binary 11000010 111001 1001000 0 1000111 111111 11000 101100001 110111 110001

Color Harmonies of #C23948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23948

Black with #C23948

Text Example


Text Example

White with #C23948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23948; }

 p { color: rgb(194,57,72); }

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

background-color css

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

 a { background-color: rgb(194,57,72); }

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

border-color css

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

 span { border-color: rgb(194,57,72); }

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