Html Css Color HEX #C23044 Brick Red

📋 copy color: '#C23044'

red 194 ◦ green 48 ◦ blue 68

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

Shades of Brick Red #C23044

Tints of Brick Red #C23044

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.48%

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

R = 62.58%
G = 15.48%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C23044 (or 0xC23044) is known color: Brick Red. HEX triplet: C2, 30 and 44. RGB value is (194,48,68). Sum of RGB (Red+Green+Blue) = 194+48+68=310 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.58% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 68 (26.95% from 255 or 21.94% from 310); Max value from RGB is 194 - color contains mainly: red. Hex color #C23044 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23044 is #3DCFBB. Grayscale: #5E5E5E. Windows color (decimal): -4050876 or 4468930. OLE color: 4468930.

HSL color Cylindrical-coordinate representation of color #C23044: hue angle of 351.78º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C23044 is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 48 68 -
CMYK 0 0.75 0.65 0.24
HSL 351.78º 0.6% 0.47% -
HSV(B) 351.78º 0.75% 0.76% -
XYZ 24.35 14 6.89 -
YUV 93.93 113.37 199.37 -
System Red Green Blue C M Y K H S L
Decimal 194 48 68 0 0.75 0.65 0.24 351.78 0.6 0.47
Hex C2 30 44 0 4B 41 18 160 3C 2F
Octal 302 60 104 0 113 101 30 540 74 57
Binary 11000010 110000 1000100 0 1001011 1000001 11000 101100000 111100 101111

Color Harmonies of #C23044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23044

Black with #C23044

Text Example


Text Example

White with #C23044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23044; }

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

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

background-color css

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

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

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

border-color css

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

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

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