Html Css Color HEX #C33547 Brick Red

📋 copy color: '#C33547'

red 195 ◦ green 53 ◦ blue 71

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

Shades of Brick Red #C33547

Tints of Brick Red #C33547

RGB

 RED value IS 195 (76.56% from 255) = 61.13%

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

 BLUE value IS 71 (28.13% from 255) = 22.26%

R = 61.13%
G = 16.61%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C33547 (or 0xC33547) is known color: Brick Red. HEX triplet: C3, 35 and 47. RGB value is (195,53,71). Sum of RGB (Red+Green+Blue) = 195+53+71=319 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.13% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 71 (28.12% from 255 or 22.26% from 319); Max value from RGB is 195 - color contains mainly: red. Hex color #C33547 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33547 is #3CCAB8. Grayscale: #616161. Windows color (decimal): -3984057 or 4666819. OLE color: 4666819.

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

Color convert

RGB 195 53 71 -
CMYK 0 0.73 0.64 0.24
HSL 352.39º 0.57% 0.49% -
HSV(B) 352.39º 0.73% 0.76% -
XYZ 24.92 14.6 7.47 -
YUV 97.51 113.04 197.54 -
System Red Green Blue C M Y K H S L
Decimal 195 53 71 0 0.73 0.64 0.24 352.39 0.57 0.49
Hex C3 35 47 0 49 40 18 160 39 31
Octal 303 65 107 0 111 100 30 540 71 61
Binary 11000011 110101 1000111 0 1001001 1000000 11000 101100000 111001 110001

Color Harmonies of #C33547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33547

Black with #C33547

Text Example


Text Example

White with #C33547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33547; }

 p { color: rgb(195,53,71); }

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

background-color css

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

 a { background-color: rgb(195,53,71); }

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

border-color css

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

 span { border-color: rgb(195,53,71); }

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