#CF194A

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

Shades of Crimson #CF194A

Tints of Crimson #CF194A

Color information

#CF194A (or 0xCF194A) is unknown color: approx Crimson. HEX triplet: CF, 19 and 4A. RGB value is (207,25,74). Sum of RGB (Red+Green+Blue) = 207+25+74=306 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.65% from 306); Green value is 25 (10.16% from 255 or 8.17% from 306); Blue value is 74 (29.30% from 255 or 24.18% from 306); Max value from RGB is 207 - color contains mainly: red. Hex color #CF194A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF194A is #30E6B5. Grayscale: #545454. Windows color (decimal): -3204790 or 4856271. OLE color: 4856271.

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

Color convert

RGB2072574-
CMYK00.880.640.19
HSL343.85º78.45%45.49%-
HSV(B)343.85º87.92%81.18%-
XYZ27.3214.467.83-
YUV85121.8215.02-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 67.65%
GREEN value IS 25 (10.16% from 255) = 8.17%
BLUE value IS 74 (29.30% from 255) = 24.18%
R=67.65%
G=8.17%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.64
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207257400.880.640.19343.8578.4545.49
HexCF194A05840131584e2d
Octal3173111201301002353011655
Binary11001111110011001010010110001000000100111010110001001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF194A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF194A; }

 p { color: rgb(207,25,74); }

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

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

 a { background-color: rgb(207,25,74); }

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

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

 span { border-color: rgb(207,25,74); }

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