Html Css Color HEX #C33F48 Brick Red

📋 copy color: '#C33F48'

red 195 ◦ green 63 ◦ blue 72

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

Shades of Brick Red #C33F48

Tints of Brick Red #C33F48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.82%

R = 59.09%
G = 19.09%
B = 21.82%

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

#C33F48 (or 0xC33F48) is known color: Brick Red. HEX triplet: C3, 3F and 48. RGB value is (195,63,72). Sum of RGB (Red+Green+Blue) = 195+63+72=330 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.09% from 330); Green value is 63 (25% from 255 or 19.09% from 330); Blue value is 72 (28.52% from 255 or 21.82% from 330); Max value from RGB is 195 - color contains mainly: red. Hex color #C33F48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33F48 is #3CC0B7. Grayscale: #676767. Windows color (decimal): -3981496 or 4734915. OLE color: 4734915.

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

Color convert

RGB 195 63 72 -
CMYK 0 0.68 0.63 0.24
HSL 355.91º 0.52% 0.51% -
HSV(B) 355.91º 0.68% 0.76% -
XYZ 25.45 15.63 7.81 -
YUV 103.49 110.23 193.27 -
System Red Green Blue C M Y K H S L
Decimal 195 63 72 0 0.68 0.63 0.24 355.91 0.52 0.51
Hex C3 3F 48 0 44 3F 18 164 34 33
Octal 303 77 110 0 104 77 30 544 64 63
Binary 11000011 111111 1001000 0 1000100 111111 11000 101100100 110100 110011

Color Harmonies of #C33F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33F48

Black with #C33F48

Text Example


Text Example

White with #C33F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33F48; }

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

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

background-color css

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

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

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

border-color css

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

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

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