Html Css Color HEX #C33D47 Brick Red

📋 copy color: '#C33D47'

red 195 ◦ green 61 ◦ blue 71

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

Shades of Brick Red #C33D47

Tints of Brick Red #C33D47

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.65%

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

R = 59.63%
G = 18.65%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C33D47 (or 0xC33D47) is known color: Brick Red. HEX triplet: C3, 3D and 47. RGB value is (195,61,71). Sum of RGB (Red+Green+Blue) = 195+61+71=327 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.63% from 327); Green value is 61 (24.22% from 255 or 18.65% from 327); Blue value is 71 (28.12% from 255 or 21.71% from 327); Max value from RGB is 195 - color contains mainly: red. Hex color #C33D47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33D47 is #3CC2B8. Grayscale: #666666. Windows color (decimal): -3982009 or 4668867. OLE color: 4668867.

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

Color convert

RGB 195 61 71 -
CMYK 0 0.69 0.64 0.24
HSL 355.52º 0.53% 0.5% -
HSV(B) 355.52º 0.69% 0.76% -
XYZ 25.31 15.39 7.6 -
YUV 102.21 110.39 194.19 -
System Red Green Blue C M Y K H S L
Decimal 195 61 71 0 0.69 0.64 0.24 355.52 0.53 0.5
Hex C3 3D 47 0 45 40 18 164 35 32
Octal 303 75 107 0 105 100 30 544 65 62
Binary 11000011 111101 1000111 0 1000101 1000000 11000 101100100 110101 110010

Color Harmonies of #C33D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33D47

Black with #C33D47

Text Example


Text Example

White with #C33D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33D47; }

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

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

background-color css

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

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

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

border-color css

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

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

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