#C3203E

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

Shades of Cardinal #C3203E

Tints of Cardinal #C3203E

Color information

#C3203E (or 0xC3203E) is unknown color: approx Cardinal. HEX triplet: C3, 20 and 3E. RGB value is (195,32,62). Sum of RGB (Red+Green+Blue) = 195+32+62=289 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.47% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 62 (24.61% from 255 or 21.45% from 289); Max value from RGB is 195 - color contains mainly: red. Hex color #C3203E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3203E is #3CDFC1. Grayscale: #545454. Windows color (decimal): -3989442 or 4071619. OLE color: 4071619.

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

Color convert

RGB1953262-
CMYK00.840.680.24
HSL348.96º71.81%44.51%-
HSV(B)348.96º83.59%76.47%-
XYZ23.8912.985.8-
YUV84.16115.5207.06-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 67.47%
GREEN value IS 32 (12.89% from 255) = 11.07%
BLUE value IS 62 (24.61% from 255) = 21.45%
R=67.47%
G=11.07%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195326200.840.680.24348.9671.8144.51
HexC3203E054441815d482d
Octal303407601241043053511055
Binary11000011100000111110010101001000100110001010111011001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3203E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3203E; }

 p { color: rgb(195,32,62); }

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

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

 a { background-color: rgb(195,32,62); }

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

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

 span { border-color: rgb(195,32,62); }

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