#C30E2D

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

Shades of Cardinal #C30E2D

Tints of Cardinal #C30E2D

Color information

#C30E2D (or 0xC30E2D) is unknown color: approx Cardinal. HEX triplet: C3, 0E and 2D. RGB value is (195,14,45). Sum of RGB (Red+Green+Blue) = 195+14+45=254 (33% of max value = 765). Red value is 195 (76.56% from 255 or 76.77% from 254); Green value is 14 (5.86% from 255 or 5.51% from 254); Blue value is 45 (17.97% from 255 or 17.72% from 254); Max value from RGB is 195 - color contains mainly: red. Hex color #C30E2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30E2D is #3CF1D2. Grayscale: #474747. Windows color (decimal): -3994067 or 2952899. OLE color: 2952899.

HSL color Cylindrical-coordinate representation of color #C30E2D: hue angle of 349.72º degrees, saturation: 0.87, 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 #C30E2D is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB1951445-
CMYK00.930.770.24
HSL349.72º86.6%40.98%-
HSV(B)349.72º92.82%76.47%-
XYZ23.1412.113.6-
YUV71.65112.97215.98-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 76.77%
GREEN value IS 14 (5.86% from 255) = 5.51%
BLUE value IS 45 (17.97% from 255) = 17.72%
R=76.77%
G=5.51%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195144500.930.770.24349.7286.640.98
HexC3E2D05D4D1815e5729
Octal303165501351153053612751
Binary110000111110101101010111011001101110001010111101010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C30E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C30E2D; }

 p { color: rgb(195,14,45); }

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

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

 a { background-color: rgb(195,14,45); }

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

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

 span { border-color: rgb(195,14,45); }

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