Html Css Color HEX #C23542 Brick Red

📋 copy color: '#C23542'

red 194 ◦ green 53 ◦ blue 66

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

Shades of Brick Red #C23542

Tints of Brick Red #C23542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.09%

R = 61.98%
G = 16.93%
B = 21.09%

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

#C23542 (or 0xC23542) is known color: Brick Red. HEX triplet: C2, 35 and 42. RGB value is (194,53,66). Sum of RGB (Red+Green+Blue) = 194+53+66=313 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.98% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 66 (26.17% from 255 or 21.09% from 313); Max value from RGB is 194 - color contains mainly: red. Hex color #C23542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23542 is #3DCABD. Grayscale: #606060. Windows color (decimal): -4049598 or 4339138. OLE color: 4339138.

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

Color convert

RGB 194 53 66 -
CMYK 0 0.73 0.66 0.24
HSL 354.47º 0.57% 0.48% -
HSV(B) 354.47º 0.73% 0.76% -
XYZ 24.5 14.41 6.64 -
YUV 96.64 110.71 197.44 -
System Red Green Blue C M Y K H S L
Decimal 194 53 66 0 0.73 0.66 0.24 354.47 0.57 0.48
Hex C2 35 42 0 49 42 18 162 39 30
Octal 302 65 102 0 111 102 30 542 71 60
Binary 11000010 110101 1000010 0 1001001 1000010 11000 101100010 111001 110000

Color Harmonies of #C23542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23542

Black with #C23542

Text Example


Text Example

White with #C23542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23542; }

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

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

background-color css

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

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

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

border-color css

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

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

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