#CF2035

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

Shades of Cardinal #CF2035

Tints of Cardinal #CF2035

Color information

#CF2035 (or 0xCF2035) is unknown color: approx Cardinal. HEX triplet: CF, 20 and 35. RGB value is (207,32,53). Sum of RGB (Red+Green+Blue) = 207+32+53=292 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.89% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 53 (21.09% from 255 or 18.15% from 292); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2035 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2035 is #30DFCA. Grayscale: #565656. Windows color (decimal): -3203019 or 3481807. OLE color: 3481807.

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

Color convert

RGB2073253-
CMYK00.850.740.19
HSL352.8º73.22%46.86%-
HSV(B)352.8º84.54%81.18%-
XYZ26.8914.564.76-
YUV86.72108.98213.79-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 70.89%
GREEN value IS 32 (12.89% from 255) = 10.96%
BLUE value IS 53 (21.09% from 255) = 18.15%
R=70.89%
G=10.96%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.74
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207325300.850.740.19352.873.2246.86
HexCF20350554A13161492f
Octal317406501251122354111157
Binary11001111100000110101010101011001010100111011000011001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF2035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF2035; }

 p { color: rgb(207,32,53); }

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

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

 a { background-color: rgb(207,32,53); }

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

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

 span { border-color: rgb(207,32,53); }

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