#CF213C

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

Shades of Cardinal #CF213C

Tints of Cardinal #CF213C

Color information

#CF213C (or 0xCF213C) is unknown color: approx Cardinal. HEX triplet: CF, 21 and 3C. RGB value is (207,33,60). Sum of RGB (Red+Green+Blue) = 207+33+60=300 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69% from 300); Green value is 33 (13.28% from 255 or 11% from 300); Blue value is 60 (23.83% from 255 or 20% from 300); Max value from RGB is 207 - color contains mainly: red. Hex color #CF213C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF213C is #30DEC3. Grayscale: #585858. Windows color (decimal): -3202756 or 3940815. OLE color: 3940815.

HSL color Cylindrical-coordinate representation of color #CF213C: hue angle of 350.69º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CF213C is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB2073360-
CMYK00.840.710.19
HSL350.69º72.5%47.06%-
HSV(B)350.69º84.06%81.18%-
XYZ27.0914.685.68-
YUV88.1112.15212.8-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 69%
GREEN value IS 33 (13.28% from 255) = 11%
BLUE value IS 60 (23.83% from 255) = 20%
R=69%
G=11%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.71
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207336000.840.710.19350.6972.547.06
HexCF213C054471315f482f
Octal317417401241072353711057
Binary11001111100001111100010101001000111100111010111111001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF213C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF213C; }

 p { color: rgb(207,33,60); }

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

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

 a { background-color: rgb(207,33,60); }

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

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

 span { border-color: rgb(207,33,60); }

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