#CF1D3C

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

Shades of Cardinal #CF1D3C

Tints of Cardinal #CF1D3C

Color information

#CF1D3C (or 0xCF1D3C) is unknown color: approx Cardinal. HEX triplet: CF, 1D and 3C. RGB value is (207,29,60). Sum of RGB (Red+Green+Blue) = 207+29+60=296 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.93% from 296); Green value is 29 (11.72% from 255 or 9.80% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1D3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF1D3C is #30E2C3. Grayscale: #555555. Windows color (decimal): -3203780 or 3939791. OLE color: 3939791.

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

Color convert

RGB2072960-
CMYK00.860.710.19
HSL349.55º75.42%46.27%-
HSV(B)349.55º85.99%81.18%-
XYZ26.9914.475.65-
YUV85.76113.47214.48-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 69.93%
GREEN value IS 29 (11.72% from 255) = 9.80%
BLUE value IS 60 (23.83% from 255) = 20.27%
R=69.93%
G=9.80%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.71
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207296000.860.710.19349.5575.4246.27
HexCF1D3C056471315e4b2e
Octal317357401261072353611356
Binary1100111111101111100010101101000111100111010111101001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF1D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF1D3C; }

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

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

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

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

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

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

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

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