Html Css Color HEX #C23540 Brick Red

📋 copy color: '#C23540'

red 194 ◦ green 53 ◦ blue 64

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

Shades of Brick Red #C23540

Tints of Brick Red #C23540

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.04%

 BLUE value IS 64 (25.39% from 255) = 20.58%

R = 62.38%
G = 17.04%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C23540 (or 0xC23540) is known color: Brick Red. HEX triplet: C2, 35 and 40. RGB value is (194,53,64). Sum of RGB (Red+Green+Blue) = 194+53+64=311 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.38% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 194 - color contains mainly: red. Hex color #C23540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23540 is #3DCABF. Grayscale: #606060. Windows color (decimal): -4049600 or 4208066. OLE color: 4208066.

HSL color Cylindrical-coordinate representation of color #C23540: hue angle of 355.32º degrees, saturation: 0.57, 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 #C23540 is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 53 64 -
CMYK 0 0.73 0.67 0.24
HSL 355.32º 0.57% 0.48% -
HSV(B) 355.32º 0.73% 0.76% -
XYZ 24.45 14.39 6.34 -
YUV 96.41 109.71 197.61 -
System Red Green Blue C M Y K H S L
Decimal 194 53 64 0 0.73 0.67 0.24 355.32 0.57 0.48
Hex C2 35 40 0 49 43 18 163 39 30
Octal 302 65 100 0 111 103 30 543 71 60
Binary 11000010 110101 1000000 0 1001001 1000011 11000 101100011 111001 110000

Color Harmonies of #C23540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23540

Black with #C23540

Text Example


Text Example

White with #C23540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23540; }

 p { color: rgb(194,53,64); }

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

background-color css

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

 a { background-color: rgb(194,53,64); }

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

border-color css

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

 span { border-color: rgb(194,53,64); }

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