#C30D3F

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

Shades of Cardinal #C30D3F

Tints of Cardinal #C30D3F

Color information

#C30D3F (or 0xC30D3F) is unknown color: approx Cardinal. HEX triplet: C3, 0D and 3F. RGB value is (195,13,63). Sum of RGB (Red+Green+Blue) = 195+13+63=271 (35% of max value = 765). Red value is 195 (76.56% from 255 or 71.96% from 271); Green value is 13 (5.47% from 255 or 4.80% from 271); Blue value is 63 (25% from 255 or 23.25% from 271); Max value from RGB is 195 - color contains mainly: red. Hex color #C30D3F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30D3F is #3CF2C0. Grayscale: #494949. Windows color (decimal): -3994305 or 4132291. OLE color: 4132291.

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

Color convert

RGB1951363-
CMYK00.930.680.24
HSL343.52º87.5%40.78%-
HSV(B)343.52º93.33%76.47%-
XYZ23.5512.255.83-
YUV73.12122.3214.93-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 71.96%
GREEN value IS 13 (5.47% from 255) = 4.80%
BLUE value IS 63 (25% from 255) = 23.25%
R=71.96%
G=4.80%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195136300.930.680.24343.5287.540.78
HexC3D3F05D44181585829
Octal303157701351043053013051
Binary110000111101111111010111011000100110001010110001011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C30D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C30D3F; }

 p { color: rgb(195,13,63); }

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

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

 a { background-color: rgb(195,13,63); }

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

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

 span { border-color: rgb(195,13,63); }

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