Html Css Color HEX #C23E44 Brick Red

📋 copy color: '#C23E44'

red 194 ◦ green 62 ◦ blue 68

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

Shades of Brick Red #C23E44

Tints of Brick Red #C23E44

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.14%

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

R = 59.88%
G = 19.14%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C23E44 (or 0xC23E44) is known color: Brick Red. HEX triplet: C2, 3E and 44. RGB value is (194,62,68). Sum of RGB (Red+Green+Blue) = 194+62+68=324 (42% of max value = 765). Red value is 194 (76.17% from 255 or 59.88% from 324); Green value is 62 (24.61% from 255 or 19.14% from 324); Blue value is 68 (26.95% from 255 or 20.99% from 324); Max value from RGB is 194 - color contains mainly: red. Hex color #C23E44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23E44 is #3DC1BB. Grayscale: #666666. Windows color (decimal): -4047292 or 4472514. OLE color: 4472514.

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

Color convert

RGB 194 62 68 -
CMYK 0 0.68 0.65 0.24
HSL 357.27º 0.52% 0.5% -
HSV(B) 357.27º 0.68% 0.76% -
XYZ 25.01 15.33 7.11 -
YUV 102.15 108.73 193.51 -
System Red Green Blue C M Y K H S L
Decimal 194 62 68 0 0.68 0.65 0.24 357.27 0.52 0.5
Hex C2 3E 44 0 44 41 18 165 34 32
Octal 302 76 104 0 104 101 30 545 64 62
Binary 11000010 111110 1000100 0 1000100 1000001 11000 101100101 110100 110010

Color Harmonies of #C23E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23E44

Black with #C23E44

Text Example


Text Example

White with #C23E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23E44; }

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

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

background-color css

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

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

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

border-color css

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

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

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