Html Css Color HEX #C23247 Brick Red

📋 copy color: '#C23247'

red 194 ◦ green 50 ◦ blue 71

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

Shades of Brick Red #C23247

Tints of Brick Red #C23247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 22.54%

R = 61.59%
G = 15.87%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C23247 (or 0xC23247) is known color: Brick Red. HEX triplet: C2, 32 and 47. RGB value is (194,50,71). Sum of RGB (Red+Green+Blue) = 194+50+71=315 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.59% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 71 (28.12% from 255 or 22.54% from 315); Max value from RGB is 194 - color contains mainly: red. Hex color #C23247 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23247 is #3DCDB8. Grayscale: #5F5F5F. Windows color (decimal): -4050361 or 4666050. OLE color: 4666050.

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

Color convert

RGB 194 50 71 -
CMYK 0 0.74 0.63 0.24
HSL 351.25º 0.59% 0.48% -
HSV(B) 351.25º 0.74% 0.76% -
XYZ 24.53 14.21 7.41 -
YUV 95.45 114.21 198.29 -
System Red Green Blue C M Y K H S L
Decimal 194 50 71 0 0.74 0.63 0.24 351.25 0.59 0.48
Hex C2 32 47 0 4A 3F 18 15F 3B 30
Octal 302 62 107 0 112 77 30 537 73 60
Binary 11000010 110010 1000111 0 1001010 111111 11000 101011111 111011 110000

Color Harmonies of #C23247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23247

Black with #C23247

Text Example


Text Example

White with #C23247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23247; }

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

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

background-color css

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

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

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

border-color css

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

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

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