#CF1634

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

Shades of Cardinal #CF1634

Tints of Cardinal #CF1634

Color information

#CF1634 (or 0xCF1634) is unknown color: approx Cardinal. HEX triplet: CF, 16 and 34. RGB value is (207,22,52). Sum of RGB (Red+Green+Blue) = 207+22+52=281 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.67% from 281); Green value is 22 (8.98% from 255 or 7.83% from 281); Blue value is 52 (20.70% from 255 or 18.51% from 281); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1634 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1634 is #30E9CB. Grayscale: #505050. Windows color (decimal): -3205580 or 3413711. OLE color: 3413711.

HSL color Cylindrical-coordinate representation of color #CF1634: hue angle of 350.27º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CF1634 is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.19.

Color convert

RGB2072252-
CMYK00.890.750.19
HSL350.27º80.79%44.9%-
HSV(B)350.27º89.37%81.18%-
XYZ26.6414.094.56-
YUV80.74111.79218.06-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 73.67%
GREEN value IS 22 (8.98% from 255) = 7.83%
BLUE value IS 52 (20.70% from 255) = 18.51%
R=73.67%
G=7.83%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.75
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207225200.890.750.19350.2780.7944.9
HexCF16340594B1315e512d
Octal317266401311132353612155
Binary1100111110110110100010110011001011100111010111101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF1634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF1634; }

 p { color: rgb(207,22,52); }

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

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

 a { background-color: rgb(207,22,52); }

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

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

 span { border-color: rgb(207,22,52); }

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