#cc212f

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

Shades of Cardinal #CC212F

Tints of Cardinal #CC212F

Color information

#CC212F (or 0xCC212F) is unknown color: approx Cardinal. HEX triplet: CC, 21 and 2F. RGB value is (204,33,47). Sum of RGB (Red+Green+Blue) = 204+33+47=284 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.83% from 284); Green value is 33 (13.28% from 255 or 11.62% from 284); Blue value is 47 (18.75% from 255 or 16.55% from 284); Max value from RGB is 204 - color contains mainly: red. Hex color #CC212F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC212F is #33DED0. Grayscale: #555555. Windows color (decimal): -3399377 or 3088844. OLE color: 3088844.

HSL color Cylindrical-coordinate representation of color #CC212F: hue angle of 355.09º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC212F is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.2.

Color convert

RGB2043347-
CMYK00.840.770.2
HSL355.09º72.15%46.47%-
HSV(B)355.09º83.82%80%-
XYZ25.9614.134.05-
YUV85.72106.15212.36-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 71.83%
GREEN value IS 33 (13.28% from 255) = 11.62%
BLUE value IS 47 (18.75% from 255) = 16.55%
R=71.83%
G=11.62%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.77
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204334700.840.770.2355.0972.1546.47
HexCC212F0544D14163482e
Octal314415701241152454311056
Binary11001100100001101111010101001001101101001011000111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc212f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc212f; }

 p { color: rgb(204,33,47); }

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

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

 a { background-color: rgb(204,33,47); }

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

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

 span { border-color: rgb(204,33,47); }

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