Html Css Color HEX #C33247 Brick Red

📋 copy color: '#C33247'

red 195 ◦ green 50 ◦ blue 71

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

Shades of Brick Red #C33247

Tints of Brick Red #C33247

RGB

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

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

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

R = 61.71%
G = 15.82%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C33247 (or 0xC33247) is known color: Brick Red. HEX triplet: C3, 32 and 47. RGB value is (195,50,71). Sum of RGB (Red+Green+Blue) = 195+50+71=316 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.71% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 71 (28.12% from 255 or 22.47% from 316); Max value from RGB is 195 - color contains mainly: red. Hex color #C33247 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33247 is #3CCDB8. Grayscale: #5F5F5F. Windows color (decimal): -3984825 or 4666051. OLE color: 4666051.

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

Color convert

RGB 195 50 71 -
CMYK 0 0.74 0.64 0.24
HSL 351.31º 0.59% 0.48% -
HSV(B) 351.31º 0.74% 0.76% -
XYZ 24.78 14.34 7.42 -
YUV 95.75 114.04 198.79 -
System Red Green Blue C M Y K H S L
Decimal 195 50 71 0 0.74 0.64 0.24 351.31 0.59 0.48
Hex C3 32 47 0 4A 40 18 15F 3B 30
Octal 303 62 107 0 112 100 30 537 73 60
Binary 11000011 110010 1000111 0 1001010 1000000 11000 101011111 111011 110000

Color Harmonies of #C33247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33247

Black with #C33247

Text Example


Text Example

White with #C33247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33247; }

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

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

background-color css

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

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

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

border-color css

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

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

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