Html Css Color HEX #C23740 Brick Red

📋 copy color: '#C23740'

red 194 ◦ green 55 ◦ blue 64

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

Shades of Brick Red #C23740

Tints of Brick Red #C23740

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.57%

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

R = 61.98%
G = 17.57%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C23740 (or 0xC23740) is known color: Brick Red. HEX triplet: C2, 37 and 40. RGB value is (194,55,64). Sum of RGB (Red+Green+Blue) = 194+55+64=313 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.98% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 194 - color contains mainly: red. Hex color #C23740 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23740 is #3DC8BF. Grayscale: #616161. Windows color (decimal): -4049088 or 4208578. OLE color: 4208578.

HSL color Cylindrical-coordinate representation of color #C23740: hue angle of 356.12º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C23740 is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 55 64 -
CMYK 0 0.72 0.67 0.24
HSL 356.12º 0.56% 0.49% -
HSV(B) 356.12º 0.72% 0.76% -
XYZ 24.54 14.57 6.37 -
YUV 97.59 109.05 196.77 -
System Red Green Blue C M Y K H S L
Decimal 194 55 64 0 0.72 0.67 0.24 356.12 0.56 0.49
Hex C2 37 40 0 48 43 18 164 38 31
Octal 302 67 100 0 110 103 30 544 70 61
Binary 11000010 110111 1000000 0 1001000 1000011 11000 101100100 111000 110001

Color Harmonies of #C23740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23740

Black with #C23740

Text Example


Text Example

White with #C23740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23740; }

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

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

background-color css

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

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

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

border-color css

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

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

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