Html Css Color HEX #C33F49 Brick Red

📋 copy color: '#C33F49'

red 195 ◦ green 63 ◦ blue 73

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

Shades of Brick Red #C33F49

Tints of Brick Red #C33F49

RGB

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

 GREEN value IS 63 (25% from 255) = 19.03%

 BLUE value IS 73 (28.91% from 255) = 22.05%

R = 58.91%
G = 19.03%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C33F49 (or 0xC33F49) is known color: Brick Red. HEX triplet: C3, 3F and 49. RGB value is (195,63,73). Sum of RGB (Red+Green+Blue) = 195+63+73=331 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.91% from 331); Green value is 63 (25% from 255 or 19.03% from 331); Blue value is 73 (28.91% from 255 or 22.05% from 331); Max value from RGB is 195 - color contains mainly: red. Hex color #C33F49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33F49 is #3CC0B6. Grayscale: #676767. Windows color (decimal): -3981495 or 4800451. OLE color: 4800451.

HSL color Cylindrical-coordinate representation of color #C33F49: hue angle of 355.45º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C33F49 is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 63 73 -
CMYK 0 0.68 0.63 0.24
HSL 355.45º 0.52% 0.51% -
HSV(B) 355.45º 0.68% 0.76% -
XYZ 25.49 15.64 7.98 -
YUV 103.61 110.73 193.19 -
System Red Green Blue C M Y K H S L
Decimal 195 63 73 0 0.68 0.63 0.24 355.45 0.52 0.51
Hex C3 3F 49 0 44 3F 18 163 34 33
Octal 303 77 111 0 104 77 30 543 64 63
Binary 11000011 111111 1001001 0 1000100 111111 11000 101100011 110100 110011

Color Harmonies of #C33F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33F49

Black with #C33F49

Text Example


Text Example

White with #C33F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33F49; }

 p { color: rgb(195,63,73); }

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

background-color css

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

 a { background-color: rgb(195,63,73); }

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

border-color css

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

 span { border-color: rgb(195,63,73); }

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