Html Css Color HEX #C23041 Brick Red

📋 copy color: '#C23041'

red 194 ◦ green 48 ◦ blue 65

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

Shades of Brick Red #C23041

Tints of Brick Red #C23041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.17%

R = 63.19%
G = 15.64%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C23041 (or 0xC23041) is known color: Brick Red. HEX triplet: C2, 30 and 41. RGB value is (194,48,65). Sum of RGB (Red+Green+Blue) = 194+48+65=307 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.19% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 65 (25.78% from 255 or 21.17% from 307); Max value from RGB is 194 - color contains mainly: red. Hex color #C23041 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23041 is #3DCFBE. Grayscale: #5D5D5D. Windows color (decimal): -4050879 or 4272322. OLE color: 4272322.

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

Color convert

RGB 194 48 65 -
CMYK 0 0.75 0.66 0.24
HSL 353.01º 0.6% 0.47% -
HSV(B) 353.01º 0.75% 0.76% -
XYZ 24.26 13.96 6.42 -
YUV 93.59 111.87 199.62 -
System Red Green Blue C M Y K H S L
Decimal 194 48 65 0 0.75 0.66 0.24 353.01 0.6 0.47
Hex C2 30 41 0 4B 42 18 161 3C 2F
Octal 302 60 101 0 113 102 30 541 74 57
Binary 11000010 110000 1000001 0 1001011 1000010 11000 101100001 111100 101111

Color Harmonies of #C23041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23041

Black with #C23041

Text Example


Text Example

White with #C23041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23041; }

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

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

background-color css

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

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

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

border-color css

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

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

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