Html Css Color HEX #C33447 Brick Red

📋 copy color: '#C33447'

red 195 ◦ green 52 ◦ blue 71

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

Shades of Brick Red #C33447

Tints of Brick Red #C33447

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.35%

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

R = 61.32%
G = 16.35%
B = 22.33%

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

#C33447 (or 0xC33447) is known color: Brick Red. HEX triplet: C3, 34 and 47. RGB value is (195,52,71). Sum of RGB (Red+Green+Blue) = 195+52+71=318 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.32% from 318); Green value is 52 (20.70% from 255 or 16.35% from 318); Blue value is 71 (28.12% from 255 or 22.33% from 318); Max value from RGB is 195 - color contains mainly: red. Hex color #C33447 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33447 is #3CCBB8. Grayscale: #606060. Windows color (decimal): -3984313 or 4666563. OLE color: 4666563.

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

Color convert

RGB 195 52 71 -
CMYK 0 0.73 0.64 0.24
HSL 352.03º 0.58% 0.48% -
HSV(B) 352.03º 0.73% 0.76% -
XYZ 24.87 14.51 7.45 -
YUV 96.92 113.38 197.96 -
System Red Green Blue C M Y K H S L
Decimal 195 52 71 0 0.73 0.64 0.24 352.03 0.58 0.48
Hex C3 34 47 0 49 40 18 160 3A 30
Octal 303 64 107 0 111 100 30 540 72 60
Binary 11000011 110100 1000111 0 1001001 1000000 11000 101100000 111010 110000

Color Harmonies of #C33447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33447

Black with #C33447

Text Example


Text Example

White with #C33447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33447; }

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

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

background-color css

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

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

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

border-color css

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

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

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