Html Css Color HEX #C33241 Brick Red

📋 copy color: '#C33241'

red 195 ◦ green 50 ◦ blue 65

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

Shades of Brick Red #C33241

Tints of Brick Red #C33241

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.13%

 BLUE value IS 65 (25.78% from 255) = 20.97%

R = 62.9%
G = 16.13%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C33241 (or 0xC33241) is known color: Brick Red. HEX triplet: C3, 32 and 41. RGB value is (195,50,65). Sum of RGB (Red+Green+Blue) = 195+50+65=310 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.90% from 310); Green value is 50 (19.92% from 255 or 16.13% from 310); Blue value is 65 (25.78% from 255 or 20.97% from 310); Max value from RGB is 195 - color contains mainly: red. Hex color #C33241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33241 is #3CCDBE. Grayscale: #5F5F5F. Windows color (decimal): -3984831 or 4272835. OLE color: 4272835.

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

Color convert

RGB 195 50 65 -
CMYK 0 0.74 0.67 0.24
HSL 353.79º 0.59% 0.48% -
HSV(B) 353.79º 0.74% 0.76% -
XYZ 24.6 14.26 6.46 -
YUV 95.07 111.04 199.28 -
System Red Green Blue C M Y K H S L
Decimal 195 50 65 0 0.74 0.67 0.24 353.79 0.59 0.48
Hex C3 32 41 0 4A 43 18 162 3B 30
Octal 303 62 101 0 112 103 30 542 73 60
Binary 11000011 110010 1000001 0 1001010 1000011 11000 101100010 111011 110000

Color Harmonies of #C33241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33241

Black with #C33241

Text Example


Text Example

White with #C33241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33241; }

 p { color: rgb(195,50,65); }

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

background-color css

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

 a { background-color: rgb(195,50,65); }

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

border-color css

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

 span { border-color: rgb(195,50,65); }

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