Html Css Color HEX #C23441 Brick Red

📋 copy color: '#C23441'

red 194 ◦ green 52 ◦ blue 65

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

Shades of Brick Red #C23441

Tints of Brick Red #C23441

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.72%

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

R = 62.38%
G = 16.72%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C23441 (or 0xC23441) is known color: Brick Red. HEX triplet: C2, 34 and 41. RGB value is (194,52,65). Sum of RGB (Red+Green+Blue) = 194+52+65=311 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.38% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 65 (25.78% from 255 or 20.90% from 311); Max value from RGB is 194 - color contains mainly: red. Hex color #C23441 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23441 is #3DCBBE. Grayscale: #606060. Windows color (decimal): -4049855 or 4273346. OLE color: 4273346.

HSL color Cylindrical-coordinate representation of color #C23441: hue angle of 354.51º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C23441 is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 52 65 -
CMYK 0 0.73 0.66 0.24
HSL 354.51º 0.58% 0.48% -
HSV(B) 354.51º 0.73% 0.76% -
XYZ 24.43 14.31 6.47 -
YUV 95.94 110.54 197.94 -
System Red Green Blue C M Y K H S L
Decimal 194 52 65 0 0.73 0.66 0.24 354.51 0.58 0.48
Hex C2 34 41 0 49 42 18 163 3A 30
Octal 302 64 101 0 111 102 30 543 72 60
Binary 11000010 110100 1000001 0 1001001 1000010 11000 101100011 111010 110000

Color Harmonies of #C23441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23441

Black with #C23441

Text Example


Text Example

White with #C23441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23441; }

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

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

background-color css

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

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

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

border-color css

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

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

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