#C30E2E

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

Shades of Cardinal #C30E2E

Tints of Cardinal #C30E2E

Color information

#C30E2E (or 0xC30E2E) is unknown color: approx Cardinal. HEX triplet: C3, 0E and 2E. RGB value is (195,14,46). Sum of RGB (Red+Green+Blue) = 195+14+46=255 (33% of max value = 765). Red value is 195 (76.56% from 255 or 76.47% from 255); Green value is 14 (5.86% from 255 or 5.49% from 255); Blue value is 46 (18.36% from 255 or 18.04% from 255); Max value from RGB is 195 - color contains mainly: red. Hex color #C30E2E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30E2E is #3CF1D1. Grayscale: #474747. Windows color (decimal): -3994066 or 3018435. OLE color: 3018435.

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

Color convert

RGB1951446-
CMYK00.930.760.24
HSL349.39º86.6%40.98%-
HSV(B)349.39º92.82%76.47%-
XYZ23.1612.113.7-
YUV71.77113.47215.9-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 76.47%
GREEN value IS 14 (5.86% from 255) = 5.49%
BLUE value IS 46 (18.36% from 255) = 18.04%
R=76.47%
G=5.49%
B=18.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.76
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195144600.930.760.24349.3986.640.98
HexC3E2E05D4C1815d5729
Octal303165601351143053512751
Binary110000111110101110010111011001100110001010111011010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C30E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C30E2E; }

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

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

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

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

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

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

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

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