#CF194E

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

Shades of Crimson #CF194E

Tints of Crimson #CF194E

Color information

#CF194E (or 0xCF194E) is unknown color: approx Crimson. HEX triplet: CF, 19 and 4E. RGB value is (207,25,78). Sum of RGB (Red+Green+Blue) = 207+25+78=310 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.77% from 310); Green value is 25 (10.16% from 255 or 8.06% from 310); Blue value is 78 (30.86% from 255 or 25.16% from 310); Max value from RGB is 207 - color contains mainly: red. Hex color #CF194E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF194E is #30E6B1. Grayscale: #555555. Windows color (decimal): -3204786 or 5118415. OLE color: 5118415.

HSL color Cylindrical-coordinate representation of color #CF194E: hue angle of 342.53º 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 #CF194E is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.19.

Color convert

RGB2072578-
CMYK00.880.620.19
HSL342.53º78.45%45.49%-
HSV(B)342.53º87.92%81.18%-
XYZ27.4514.518.56-
YUV85.46123.8214.69-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 66.77%
GREEN value IS 25 (10.16% from 255) = 8.06%
BLUE value IS 78 (30.86% from 255) = 25.16%
R=66.77%
G=8.06%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.62
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207257800.880.620.19342.5378.4545.49
HexCF194E0583E131574e2d
Octal317311160130762352711655
Binary1100111111001100111001011000111110100111010101111001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF194E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF194E; }

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

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

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

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

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

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

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

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