#C32335

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

Shades of Cardinal #C32335

Tints of Cardinal #C32335

Color information

#C32335 (or 0xC32335) is unknown color: approx Cardinal. HEX triplet: C3, 23 and 35. RGB value is (195,35,53). Sum of RGB (Red+Green+Blue) = 195+35+53=283 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.90% from 283); Green value is 35 (14.06% from 255 or 12.37% from 283); Blue value is 53 (21.09% from 255 or 18.73% from 283); Max value from RGB is 195 - color contains mainly: red. Hex color #C32335 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32335 is #3CDCCA. Grayscale: #545454. Windows color (decimal): -3988683 or 3482563. OLE color: 3482563.

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

Color convert

RGB1953553-
CMYK00.820.730.24
HSL353.25º69.57%45.1%-
HSV(B)353.25º82.05%76.47%-
XYZ23.7513.064.64-
YUV84.89110.01206.54-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 68.90%
GREEN value IS 35 (14.06% from 255) = 12.37%
BLUE value IS 53 (21.09% from 255) = 18.73%
R=68.90%
G=12.37%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195355300.820.730.24353.2569.5745.1
HexC323350524918161462d
Octal303436501221113054110655
Binary11000011100011110101010100101001001110001011000011000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C32335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C32335; }

 p { color: rgb(195,35,53); }

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

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

 a { background-color: rgb(195,35,53); }

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

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

 span { border-color: rgb(195,35,53); }

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