Html Css Color HEX #C23244 Brick Red

📋 copy color: '#C23244'

red 194 ◦ green 50 ◦ blue 68

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

Shades of Brick Red #C23244

Tints of Brick Red #C23244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 21.79%

R = 62.18%
G = 16.03%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C23244 (or 0xC23244) is known color: Brick Red. HEX triplet: C2, 32 and 44. RGB value is (194,50,68). Sum of RGB (Red+Green+Blue) = 194+50+68=312 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.18% from 312); Green value is 50 (19.92% from 255 or 16.03% from 312); Blue value is 68 (26.95% from 255 or 21.79% from 312); Max value from RGB is 194 - color contains mainly: red. Hex color #C23244 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23244 is #3DCDBB. Grayscale: #5F5F5F. Windows color (decimal): -4050364 or 4469442. OLE color: 4469442.

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

Color convert

RGB 194 50 68 -
CMYK 0 0.74 0.65 0.24
HSL 352.5º 0.59% 0.48% -
HSV(B) 352.5º 0.74% 0.76% -
XYZ 24.43 14.17 6.92 -
YUV 95.11 112.71 198.54 -
System Red Green Blue C M Y K H S L
Decimal 194 50 68 0 0.74 0.65 0.24 352.5 0.59 0.48
Hex C2 32 44 0 4A 41 18 160 3B 30
Octal 302 62 104 0 112 101 30 540 73 60
Binary 11000010 110010 1000100 0 1001010 1000001 11000 101100000 111011 110000

Color Harmonies of #C23244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23244

Black with #C23244

Text Example


Text Example

White with #C23244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23244; }

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

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

background-color css

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

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

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

border-color css

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

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

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