#CE1430

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

Shades of Cardinal #CE1430

Tints of Cardinal #CE1430

Color information

#CE1430 (or 0xCE1430) is unknown color: approx Cardinal. HEX triplet: CE, 14 and 30. RGB value is (206,20,48). Sum of RGB (Red+Green+Blue) = 206+20+48=274 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.18% from 274); Green value is 20 (8.20% from 255 or 7.30% from 274); Blue value is 48 (19.14% from 255 or 17.52% from 274); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1430 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1430 is #31EBCF. Grayscale: #4E4E4E. Windows color (decimal): -3271632 or 3151054. OLE color: 3151054.

HSL color Cylindrical-coordinate representation of color #CE1430: hue angle of 350.97º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE1430 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB2062048-
CMYK00.900.770.19
HSL350.97º82.3%44.31%-
HSV(B)350.97º90.29%80.78%-
XYZ26.2413.844.08-
YUV78.81110.62218.72-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 75.18%
GREEN value IS 20 (8.20% from 255) = 7.30%
BLUE value IS 48 (19.14% from 255) = 17.52%
R=75.18%
G=7.30%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.77
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206204800.900.770.19350.9782.344.31
HexCE143005A4D1315f522c
Octal316246001321152353712254
Binary1100111010100110000010110101001101100111010111111010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE1430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE1430; }

 p { color: rgb(206,20,48); }

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

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

 a { background-color: rgb(206,20,48); }

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

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

 span { border-color: rgb(206,20,48); }

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