#C33840

Color #C33840 Brick Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brick Red #C33840

Tints of Brick Red #C33840

Color information

#C33840 (or 0xC33840) is unknown color: approx Brick Red. HEX triplet: C3, 38 and 40. RGB value is (195,56,64). Sum of RGB (Red+Green+Blue) = 195+56+64=315 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.90% from 315); Green value is 56 (22.27% from 255 or 17.78% from 315); Blue value is 64 (25.39% from 255 or 20.32% from 315); Max value from RGB is 195 - color contains mainly: red. Hex color #C33840 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33840 is #3CC7BF. Grayscale: #626262. Windows color (decimal): -3983296 or 4208835. OLE color: 4208835.

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

Color convert

RGB1955664-
CMYK00.710.670.24
HSL356.55º55.38%49.22%-
HSV(B)356.55º71.28%76.47%-
XYZ24.8514.86.4-
YUV98.47108.55196.85-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 61.90%
GREEN value IS 56 (22.27% from 255) = 17.78%
BLUE value IS 64 (25.39% from 255) = 20.32%
R=61.90%
G=17.78%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195566400.710.670.24356.5555.3849.22
HexC3384004743181653731
Octal303701000107103305456761
Binary11000011111000100000001000111100001111000101100101110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33840; }

 p { color: rgb(195,56,64); }

 H1.HeaderClassName
 {
   color: #C33840;
 }
 .AnyTagClassName
 {
   color: #C33840;
 }
</style>
background-color css

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

 a { background-color: rgb(195,56,64); }

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

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

 span { border-color: rgb(195,56,64); }

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